create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / cfv.c
index cd185eda7d4edb962417ebd5e7d4e131650a74ea..183be8bbf95952eb775d8a526ff43ccf6c08fb19 100644 (file)
@@ -235,6 +235,11 @@ resourceview(LttvPluginTab *ptab)
       "resourceview_data",
       control_flow_data);
         
+  g_object_set_data(
+      G_OBJECT(control_flow_data->process_list->process_list_widget),
+      "resourceview_data",
+      control_flow_data);
+        
   g_control_flow_data_list = g_slist_append(
       g_control_flow_data_list,
       plugin_cfv);
@@ -243,7 +248,7 @@ resourceview(LttvPluginTab *ptab)
 
   //WARNING : The widget must be 
   //inserted in the main window before the drawing area
-  //can be configured (and this must happend bedore sending
+  //can be configured (and this must happen before sending
   //data)
   
   return control_flow_data;
This page took 0.023867 seconds and 4 git commands to generate.