[pitivi: 7/8] timeline: don't call timelinePositionChanged after seeking.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 7/8] timeline: don't call timelinePositionChanged after seeking.
- Date: Wed, 22 Sep 2010 09:44:17 +0000 (UTC)
commit 6cf66ce7eb9cbf112b9f1d2859d5d28387bfa8f4
Author: Alessandro Decina <alessandro d gmail com>
Date: Tue Sep 21 16:31:33 2010 +0200
timeline: don't call timelinePositionChanged after seeking.
Remove calls to timelinePositionChanged in prev/next frame.
pitivi/ui/timeline.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 6b8ab2b..ebd23ce 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -701,7 +701,6 @@ class Timeline(gtk.Table, Loggable, Zoomable):
prev_kf = self.timeline.getPrevKeyframe(timeline_position)
if prev_kf != None:
self._seeker.seek(prev_kf)
- self.timelinePositionChanged(prev_kf)
def nextframe(self, action):
timeline_position = self._position
@@ -709,4 +708,3 @@ class Timeline(gtk.Table, Loggable, Zoomable):
next_kf = self.timeline.getNextKeyframe(timeline_position)
if next_kf:
self._seeker.seek(next_kf)
- self.timelinePositionChanged(next_kf)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]