[pitivi] ui/timeline.py: seek timeline after spliting. fixes 603149
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi] ui/timeline.py: seek timeline after spliting. fixes 603149
- Date: Sat, 23 Jan 2010 10:20:41 +0000 (UTC)
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]