Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / statistics.c
index fefaa3076aa27b88f0983b9f1c0194031639d86a..53391b0af537ddff73251be12388d8857a45cf45 100644 (file)
@@ -21,6 +21,7 @@
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
+#include <lttv/lttv.h>
 #include <lttv/module.h>
 #include <lttv/gtktraceset.h>
 #include <lttv/processTrace.h>
@@ -595,8 +596,8 @@ gboolean statistic_traceset_changed(void * hook_data, void * call_data)
 {
   StatisticViewerData *statistic_viewer_data = (StatisticViewerData*) hook_data;
   
-  //  gtk_tree_store_clear (statistic_viewer_data->store_m);  
-  //  statistic_viewer_data->shown = FALSE;
+  gtk_tree_store_clear (statistic_viewer_data->store_m);  
+  statistic_viewer_data->shown = FALSE;
 
   return FALSE;
 }
This page took 0.023147 seconds and 4 git commands to generate.