[pitivi: 11/19] StartupWizard: remove redundant signal connections



commit 40879914ab8f8f780ed55ac20491db2398b00e14
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Nov 16 13:07:08 2010 +0000

    StartupWizard: remove redundant signal connections

 pitivi/ui/startupwizard.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index b42af78..cff4ec6 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -43,17 +43,12 @@ class StartUpWizard(object):
 
     def _newProjectCb(self, unused_button4):
         self.quit()
-        ProjectSettingsDialog(self.app.gui, self.app.current).show()
 
     def _loadCb(self, unused_button3):
         self.data = unquote(self.data)
-        self.app.projectManager.connect("new-project-loaded",self.app.gui.
-                _quitWizardCb)
         self.app.projectManager.loadProject(self.data)
 
     def _onBrowseButtonClickedCb(self, unused_button6):
-        self.app.projectManager.connect("new-project-loaded",self.app.gui.
-                    _quitWizardCb)
         self.app.gui.openProject()
 
     def _getFileNameCb(self, chooser):



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