[pitivi] mainwindow: remove an unnecessary signal connection
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] mainwindow: remove an unnecessary signal connection
- Date: Fri, 17 Apr 2009 09:36:40 -0400 (EDT)
commit b7b690f9c53382a113ee9170a0a7a8fd440d3e50
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date: Mon Apr 13 11:26:02 2009 -0700
mainwindow: remove an unnecessary signal connection
---
pitivi/ui/mainwindow.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 8cb2941..9889626 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -164,7 +164,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
# connect to timeline
self.app.current.pipeline.activatePositionListener()
- self.app.current.pipeline.connect('position', self._timelinePipelinePositionChangedCb)
self.show_all()
def showEncodingDialog(self, project, pause=True):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]