[pitivi: 2/6] Show the Project Settings dialog when creating a new project



commit 5b1d0670172d1c35bb4ce4d8b09b608ca91a2115
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sun Jul 24 16:48:14 2011 -0400

    Show the Project Settings dialog when creating a new project
    
    Fixes bug #655224

 pitivi/ui/mainwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 1016bad..460e8c9 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -566,6 +566,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
 
     def _newProjectMenuCb(self, unused_action):
         self.app.projectManager.newBlankProject()
+        self.app.gui.showProjectSettingsDialog()
 
     def _openProjectCb(self, unused_action):
         self.openProject()



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