add LTT_TIME_MAX and LTT_TIME_MIN
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index c101c9c6c792d2624db211943c42fca489ab98c6..4ec7864f767e5f62e527338176ee0f1569b05d91 100644 (file)
@@ -1283,8 +1283,7 @@ gboolean lttvwindow_process_pending_requests(Tab *tab)
       lttv_traceset_context_position_save(tsc, events_request->start_position);
 
       /* 1.2. Remove start time */
-      events_request->start_time.tv_sec = G_MAXUINT;
-      events_request->start_time.tv_nsec = G_MAXUINT;
+      events_request->start_time = ltt_time_infinite;
       
       /* 1.3. Move from list_in to list_out */
       remove = TRUE;
This page took 0.022263 seconds and 4 git commands to generate.