execution mode added
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index 60d0e1d57b9269a7c11318c2c37645b82cb6f89c..4834da8f44218ec99b012793cb654bf83c5a5dbc 100644 (file)
@@ -495,7 +495,9 @@ int processlist_add(  ProcessList *process_list,
    * If it is created after state update, this value (0) will be
    * overriden by the new state before anything is drawn.
    */
-  hashed_process_data->x = 0;
+  hashed_process_data->x.over = 0;
+  hashed_process_data->x.middle = 0;
+  hashed_process_data->x.under = 0;
   
   /* Add a new row to the model */
   gtk_list_store_append ( process_list->list_store, &iter);
This page took 0.023864 seconds and 4 git commands to generate.