[pitivi] Remove debug in VideoTransition
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Remove debug in VideoTransition
- Date: Wed, 22 Sep 2010 13:36:13 +0000 (UTC)
commit 7e5cbfbc3486b17e1b3fd07b7b68659d872281a2
Author: Thibault Saunier <tsaunier src gnome org>
Date: Thu Jun 3 14:39:38 2010 -0300
Remove debug in VideoTransition
pitivi/timeline/track.py | 3 +--
pitivi/ui/timeline.py | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/timeline/track.py b/pitivi/timeline/track.py
index cebf645..b214844 100644
--- a/pitivi/timeline/track.py
+++ b/pitivi/timeline/track.py
@@ -474,6 +474,7 @@ class TrackObject(Signallable, Loggable):
def setInPoint(self, position, snap=False):
if self.timeline_object is not None:
+
self.timeline_object.setInPoint(position, snap)
else:
self.setObjectInPoint(position)
@@ -830,8 +831,6 @@ class VideoTransition(Transition):
def _updateOperationPriority(self, priority):
self.operation.props.priority = 1 + 3 * priority
- self.debug("Operation %r priority: %r" ,self.operation,
- self.operation.props.priority)
def _updateController(self):
if self.a.stagger > self.b.stagger:
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 551afdf..7057fe3 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -346,7 +346,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
self.ui_manager.add_ui_from_string(ui)
# drag and drop
- self.drag_dest_set(gtk.DEST_DEFAULT_MOTION,
+ self.drag_dest_set(gtk.DEST_DEFAULT_MOTION,
[dnd.FILESOURCE_TUPLE, dnd.EFFECT_TUPLE],
gtk.gdk.ACTION_COPY)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]