back to version 385
[lttv.git] / ltt / branches / poly / lttv / modules / guiStatistic / guiStatistic.c
index e9b4b761d41535bb9655482c1de4d5dd74da2d7f..9b1305721b3e84b6119b29fd53fc1abb9e225303 100644 (file)
@@ -628,7 +628,7 @@ void statistic_add_context_hooks(StatisticViewerData * statistic_viewer_data,
   }  
 
   //add state and stats hooks
-  //  state_add_event_hooks_api(statistic_viewer_data->mw);  //it is added in the main window
+  state_add_event_hooks_api(statistic_viewer_data->mw);  //it will be added in the main window
   stats_add_event_hooks_api(statistic_viewer_data->mw);
   
 }
@@ -680,7 +680,7 @@ void statistic_remove_context_hooks(StatisticViewerData * statistic_viewer_data,
   }
 
   //remove state and stats hooks
-  //  state_remove_event_hooks_api(statistic_viewer_data->mw); //it is done in the main window
+  state_remove_event_hooks_api(statistic_viewer_data->mw); //it will be done in the main window
   stats_remove_event_hooks_api(statistic_viewer_data->mw);
 }
 
This page took 0.023969 seconds and 4 git commands to generate.