resourceview: collapse pixmaps when collapsing branches in the resource tree, and...
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / cfv.c
index 5ab74bbdebe1a8208d511c4ef9b151e413f38a44..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);
This page took 0.024324 seconds and 4 git commands to generate.