tim seek work with state, interrupt disabled
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Jul 2004 19:11:54 +0000 (19:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Jul 2004 19:11:54 +0000 (19:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@619 04897980-b3bd-0310-b5e0-8ef037075253

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

index 55ab82b1321dcdc74cf8b41601d8e5a89779b433..edf0f52235952ee437e8cc575d3e78146b608f6c 100644 (file)
@@ -639,6 +639,7 @@ gboolean lttvwindow_process_pending_requests(Tab *tab)
             g_debug("SEEK POSITION");
             //lttv_process_traceset_seek_position(tsc, events_request->start_position);
             pos_time = lttv_traceset_context_position_get_time(events_request->start_position);
+            
             lttv_state_traceset_seek_time_closest(LTTV_TRACESET_STATE(tsc),
                                                   pos_time);
 
@@ -950,7 +951,7 @@ gboolean lttvwindow_process_pending_requests(Tab *tab)
       }
     }
 
-    //if(gtk_events_pending()) break;
+    if(gtk_events_pending()) break;
   }
 
   /* B. When interrupted between chunks */
This page took 0.026364 seconds and 4 git commands to generate.