[pitivi: 13/19] MainWindow: add pubic method showProjectSettingsDialog



commit e2b867c8451d061693348df2122fef04609fd3cd
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Mon Nov 22 14:15:18 2010 +0000

    MainWindow: add pubic method showProjectSettingsDialog

 pitivi/ui/mainwindow.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index faac4dd..c3d54a7 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -639,8 +639,10 @@ class PitiviMainWindow(gtk.Window, Loggable):
     def _revertToSavedProjectCb(self, unused_action):
         return self.app.projectManager.revertToSavedProject()
 
-
     def _projectSettingsCb(self, unused_action):
+        self.showProjectSettingsDialog()
+
+    def showProjectSettingsDialog(self):
         from projectsettings import ProjectSettingsDialog
         ProjectSettingsDialog(self, self.app.current).show()
 



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