add missing information indicator
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index 924d8c52501b795eb673f579433b98304250ff9f..9bedbc99f4c5cbe815d34edc73e917e49731b467 100644 (file)
@@ -490,8 +490,11 @@ int processlist_add(  ProcessList *process_list,
    * overriden by the new state before anything is drawn.
    */
   hashed_process_data->x.over = 0;
+  hashed_process_data->x.over_used = FALSE;
   hashed_process_data->x.middle = 0;
+  hashed_process_data->x.middle_used = FALSE;
   hashed_process_data->x.under = 0;
+  hashed_process_data->x.under_used = FALSE;
   
   /* Add a new row to the model */
   gtk_list_store_append ( process_list->list_store,
This page took 0.022751 seconds and 4 git commands to generate.