add missing information indicator
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.c
index 9b977199fa973dc971395f2876cef4958302e82a..b71dafacfab65307aaf54ff45d2798ebd7a1a70a 100644 (file)
@@ -384,8 +384,14 @@ static void set_last_start(gpointer key, gpointer value, gpointer user_data)
   guint x = (guint)user_data;
 
   hashed_process_data->x.over = x;
+  hashed_process_data->x.over_used = FALSE;
+  hashed_process_data->x.over_marked = FALSE;
   hashed_process_data->x.middle = x;
+  hashed_process_data->x.middle_used = FALSE;
+  hashed_process_data->x.middle_marked = FALSE;
   hashed_process_data->x.under = x;
+  hashed_process_data->x.under_used = FALSE;
+  hashed_process_data->x.under_marked = FALSE;
 
   return;
 }
This page took 0.022481 seconds and 4 git commands to generate.