[pitivi: 10/14] viewer: remove call to a non existing method.



commit 241e27c75033e7c7d7c69897e32a00215d7172be
Author: Alessandro Decina <alessandro d gmail com>
Date:   Fri Sep 17 15:47:59 2010 +0200

    viewer: remove call to a non existing method.

 pitivi/ui/viewer.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index 095cc41..6e1f134 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -159,7 +159,6 @@ class PitiviViewer(gtk.VBox, Loggable):
                 self.action.deactivate()
             self.pipeline.removeAction(self.action)
 
-        self.deactivatePositionListener()
         self.pipeline.disconnect_by_function(self._posCb)
         self.pipeline.disconnect_by_function(self._currentStateCb)
         self.pipeline.disconnect_by_function(self._elementMessageCb)



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