[pitivi: 6/36] BugFix: clicking somewhere in the slider while the clip is playing yields an incorrect result
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 6/36] BugFix: clicking somewhere in the slider while the clip is playing yields an incorrect result
- Date: Sun, 22 May 2011 20:31:58 +0000 (UTC)
commit 5215a5ca0375eb3b2c087d587f688fefd84ac3e6
Author: Pier Carteri <pier carteri gmail com>
Date: Sun May 30 15:31:40 2010 +0200
BugFix: clicking somewhere in the slider while the clip is playing yields an incorrect result
pitivi/ui/filechooserpreview.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/filechooserpreview.py b/pitivi/ui/filechooserpreview.py
index a143413..1a75c93 100644
--- a/pitivi/ui/filechooserpreview.py
+++ b/pitivi/ui/filechooserpreview.py
@@ -219,6 +219,7 @@ class PreviewWidget(gtk.VBox):
self.preview_video.hide()
def _on_seeker_press(self, widget, event):
+ event.button = 2
if event.type == gtk.gdk.BUTTON_PRESS:
self.countinuous_seek = True
if self.is_playing:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]