X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.c;h=6ac2b729cee4f9300ab37a265dd7151370657524;hb=9f967db4d1b31323f7da107d74cf9623c3a6081b;hp=5bca7f543647e66c2cee15e89b04ffb2ff09ff1c;hpb=8d088fb270b8b2e03e3632f1b5733485a6675c07;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c index 5bca7f54..6ac2b729 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c @@ -117,7 +117,12 @@ guicontrolflow(void) "Control_Flow_Data", Control_Flow_Data, (GDestroyNotify)guicontrolflow_destructor); - + + g_object_set_data( + G_OBJECT(Drawing_Widget), + "Control_Flow_Data", + Control_Flow_Data); + gControl_Flow_Data_List = g_slist_append( gControl_Flow_Data_List, Control_Flow_Data);