X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.c;h=aae13cf7aa9fe401900b7253d111a404eaf67b85;hb=7a859036ac53f538bd0ff723a1b450d7f26fa733;hp=d69617a4e2f325d0516875371f92908d25808b86;hpb=76a67e8a7bd87a57452127275bb7208f52f7a17b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c index d69617a4..aae13cf7 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.c @@ -147,6 +147,13 @@ GuiControlFlow(void) g_slist_append(gControl_Flow_Data_List,Control_Flow_Data); + //FIXME : data sent too fast. The widget must be + //inserted in the main window before the Drawing area + //can be configured (and this must happend bedore sending + //data) + send_test_data(Control_Flow_Data->Process_List, + Control_Flow_Data->Drawing); + return Control_Flow_Data; }