change function names, fixes
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.c
index e1eb88d9097c3f323ab997e63455d6d9360a9079..cacabf5c4caf445687e02bbe88bc227483f0d440 100644 (file)
@@ -190,7 +190,7 @@ Drawing_t *drawing_construct(ControlFlowData *Control_Flow_Data)
                        G_OBJECT(Drawing->Drawing_Area_V),
                        "Link_Drawing_Data",
                        Drawing,
-                       (GDestroyNotify)Drawing_destroy);
+                       (GDestroyNotify)drawing_destroy);
 
        //gtk_widget_modify_bg( Drawing->Drawing_Area_V,
        //                      GTK_STATE_NORMAL,
This page took 0.042591 seconds and 4 git commands to generate.