[pitivi] sourcelist.py: also seek when adding new clips to timeline



commit 7bc33c6083002797b1fb3cccbdce1161a44f5f24
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Dec 1 22:22:33 2009 -0800

    sourcelist.py: also seek when adding new clips to timeline

 pitivi/ui/sourcelist.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index 3563c09..a0addf4 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -284,6 +284,7 @@ class SourceList(gtk.VBox, Loggable):
         timeline = self.app.current.timeline
         sources = self.app.current.sources
         start = timeline.duration
+        self.app.current.seeker.seek(start)
         for uri in self.getSelectedItems():
             factory = sources.getUri(uri)
             source = timeline.addSourceFactory(factory)



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