[pitivi] Fixe the 'remove effect' in clipproperties



commit d316c488bb3bff4ed9e1a663c363d54c3b8bae2f
Author: Thibault Saunier <tsaunier gnome org>
Date:   Mon Jul 12 12:11:06 2010 -0400

    Fixe the 'remove effect' in clipproperties

 pitivi/ui/clipproperties.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/clipproperties.py b/pitivi/ui/clipproperties.py
index 669605a..7b5b4d8 100644
--- a/pitivi/ui/clipproperties.py
+++ b/pitivi/ui/clipproperties.py
@@ -232,8 +232,8 @@ class EffectProperties(gtk.Expander):
             effect = self.storemodel.get_value(self.selection.get_selected()[1],
                                                COL_TRACK_EFFECT)
             track  = effect.track
-            track.removeTrackObject(effect)
             self.timeline_object.removeTrackObject(effect)
+            track.removeTrackObject(effect)
 
     def _dragDataReceivedCb(self, unused, context, x, y, timestamp):
         # I am waiting for effects to work again before implementing DND here



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]