Draw_Item.h attribute name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / module.c
index 7e5ab92ec2ab172bdfa7fae0b6364607090f02b2..216688fb380bc19e8f5395472c5820811f6c6858 100644 (file)
@@ -34,7 +34,7 @@ static LttvModule *Main_Win_Module;
 
 
 /** Array containing instanced objects. Used when module is unloaded */
-GSList *gControl_Flow_Data_List = NULL ;
+GSList *g_control_flow_data_list = NULL ;
 
 
 
@@ -87,9 +87,9 @@ G_MODULE_EXPORT void destroy() {
   g_info("GUI Control Flow Viewer destroy()");
   int i;
 
-  g_slist_foreach(gControl_Flow_Data_List, destroy_walk, NULL );
+  g_slist_foreach(g_control_flow_data_list, destroy_walk, NULL );
   
-  g_slist_free(gControl_Flow_Data_List);
+  g_slist_free(g_control_flow_data_list);
 
   /* Unregister the toolbar insert button */
   toolbar_item_unreg(h_guicontrolflow);
This page took 0.023004 seconds and 4 git commands to generate.