X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiStatistic%2FguiStatistic.c;h=c7ed6e6dc42494deb780af974430d17b613bd3bb;hb=f5d980bfa2bc1aca750f5794bcb2e16f1d380c99;hp=cbc16f2cfa737b6532e92c55f5c77fee24be0284;hpb=9f797243e1537f470b67cd27ff2030bfd2d89bcb;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiStatistic/guiStatistic.c b/ltt/branches/poly/lttv/modules/guiStatistic/guiStatistic.c index cbc16f2c..c7ed6e6d 100644 --- a/ltt/branches/poly/lttv/modules/guiStatistic/guiStatistic.c +++ b/ltt/branches/poly/lttv/modules/guiStatistic/guiStatistic.c @@ -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); + //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); + //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); }