correct bug : need EXIT and ZOMBIE states : one for exit event, the other for schedul...
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.c
index ba15e15cecf863366164d303d85c5c4bdf41dcf0..fe0878be0231232e6772a30ee7f1d642a018873b 100644 (file)
@@ -97,8 +97,14 @@ guicontrolflow(void)
         "size-allocate",
         G_CALLBACK(header_size_allocate),
         (gpointer)control_flow_data->drawing);
-
-  
+#if 0  /* not ready */
+  g_signal_connect (
+       // G_OBJECT(control_flow_data->process_list->process_list_widget),
+        G_OBJECT(control_flow_data->process_list->list_store),
+        "row-changed",
+        G_CALLBACK (tree_row_activated),
+        (gpointer)control_flow_data);
+#endif //0
   
   control_flow_data->h_paned = gtk_hpaned_new();
   control_flow_data->box = gtk_event_box_new();
This page took 0.031132 seconds and 4 git commands to generate.