put back in a coherent state after a current time change
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 05:44:37 +0000 (05:44 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 05:44:37 +0000 (05:44 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1180 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c

index a19cde58bd9bfdaa3cb3867128ae5879b3f0cbc7..8bf819e631ec9de4e9e1a74137b283d8f175e3fd 100644 (file)
@@ -3621,6 +3621,8 @@ void current_position_change_manager(Tab *tab,
 
   g_assert(lttv_process_traceset_seek_position(tsc, pos) == 0);
   LttTime new_time = lttv_traceset_context_position_get_time(pos);
+  /* Put the context in a state coherent position */
+  lttv_state_traceset_seek_time_closest((LttvTracesetState*)tsc, ltt_time_zero);
   
   current_time_change_manager(tab, new_time);
   
This page took 0.040669 seconds and 4 git commands to generate.