[pitivi] track: whooops, actually set the proper time :)
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] track: whooops, actually set the proper time :)
- Date: Wed, 24 Jun 2009 14:03:22 +0000 (UTC)
commit b3f1fbc18619c0d3f70a9e8931fd7c34b26e7597
Author: Edward Hervey <bilboed bilboed com>
Date: Fri Jun 12 18:30:34 2009 +0200
track: whooops, actually set the proper time :)
pitivi/timeline/track.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/track.py b/pitivi/timeline/track.py
index c99b0f3..3a4a5be 100644
--- a/pitivi/timeline/track.py
+++ b/pitivi/timeline/track.py
@@ -230,7 +230,7 @@ class Interpolator(Signallable, Loggable):
# FIXME: uncomment this when back-end support works
if kf.time != ptime:
self._controller.unset(self._property.name, kf.time)
- self._controller.set(self._property.name, kf.time, value)
+ self._controller.set(self._property.name, ptime, value)
self.emit("keyframe-moved", kf)
def getKeyframes(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]