basic time bar
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index e67cac3f8170be6c787856e58ae70dbf6ee2f870..1d4333f876eeb5efde0719d2d98060e3d677521e 100644 (file)
@@ -220,7 +220,7 @@ ProcessList *processlist_construct(void)
   
   
   gtk_tree_view_set_headers_visible(
-    GTK_TREE_VIEW(process_list->process_list_widget), FALSE);
+    GTK_TREE_VIEW(process_list->process_list_widget), TRUE);
 
   /* Create a column, associating the "text" attribute of the
    * cell_renderer to the first column of the model */
This page took 0.022902 seconds and 4 git commands to generate.