[pitivi/ges] timeline: Move the playhead when clicking outside clips



commit fa352ddf14df6b456a3def9ea7af87c11dfdafb8
Author: Danny Piccirillo <dpic gnu org>
Date:   Tue May 8 19:09:36 2012 -0400

    timeline: Move the playhead when clicking outside clips

 pitivi/timeline/timeline.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 4afb8eb..6f7381a 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -334,8 +334,7 @@ class TimelineCanvas(goocanvas.Canvas, Zoomable, Loggable):
         self._marquee.props.visibility = goocanvas.ITEM_INVISIBLE
         if not self._got_motion_notify:
             self._timeline.selection.setSelection([], 0)
-            #FIXME Do we need to seek here?
-            #self._pipeline.seek(Zoomable.pixelToNs(event.x))
+            self.app.current.seeker.seek(Zoomable.pixelToNs(event.x))
         else:
             self._got_motion_notify = False
             mode = 0



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