[pitivi: 1/9] Revert "ui.timeline: seek playhead to mouse position on button release"



commit 5578b04c90bffa5fea63404b79e4a70e67f8f1e5
Author: Alessandro Decina <alessandro d gmail com>
Date:   Thu May 7 18:34:01 2009 +0200

    Revert "ui.timeline: seek playhead to mouse position on button release"
    
    This reverts commit dcebfca36e9686bf3e74f73ddcf7a3ecbcd7a807.
---
 pitivi/ui/timeline.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 2383466..d9d520c 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -233,9 +233,6 @@ class Timeline(gtk.Table, Loggable, Zoomable):
         self.shrink = True
         self._timelineStartDurationChanged(self.timeline,
             self.timeline.duration)
-        # move the playhead to the point of the mouse-up
-        self.ruler.do_button_press_event(event)
-        self.ruler.do_button_release_event(event)
 
 ## Drag and Drop callbacks
 



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