quit menu complete
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.c
index d69617a4e2f325d0516875371f92908d25808b86..aae13cf7aa9fe401900b7253d111a404eaf67b85 100644 (file)
@@ -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;
 
 }
This page took 0.025238 seconds and 4 git commands to generate.