[pitivi] ui/timeline.py: seek timeline after spliting. fixes 603149



commit c59e48ff2cedcfb300fb9db44216fc87813a54af
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Fri Dec 18 07:27:08 2009 -0800

    ui/timeline.py: seek timeline after spliting. fixes 603149

 pitivi/ui/timeline.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index d43ab5c..0fe01f5 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -615,3 +615,5 @@ class Timeline(gtk.Table, Loggable, Zoomable):
 
     def split(self, action):
         self.timeline.split(self._position)
+        # work-around for 603149
+        self.project.seeker.seek(self._position)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]