[pitivi] Fixes a bug when adding a clip to the timeline
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Fixes a bug when adding a clip to the timeline
- Date: Wed, 22 Sep 2010 13:37:33 +0000 (UTC)
commit e600bb74f4ec5524a68ade7514306c70bfc8b63f
Author: Thibault Saunier <tsaunier gnome org>
Date: Fri Jul 2 14:39:19 2010 -0400
Fixes a bug when adding a clip to the timeline
pitivi/ui/timeline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 8ca26ab..31b54c9 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -443,7 +443,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
focus = self._temp_objects[0]
self._move_context = MoveContext(self.timeline,
focus, set(self._temp_objects[1:]))
- self._move_temp_source(self.hadj.props.value + x, y)
+ self._move_temp_source(self.hadj.props.value + x, y)
return True
def _dragLeaveCb(self, unused_layout, unused_context, unused_tstamp):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]