[pitivi] mainwindow: Don't jump through hoops to call showProjectSettingsDialog



commit c2bb59aafb857529166efcc9f7c581b134f073f3
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Fri Jan 25 16:21:08 2013 -0500

    mainwindow: Don't jump through hoops to call showProjectSettingsDialog

 pitivi/mainwindow.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index efbe8dc..c1513e7 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -624,7 +624,7 @@ class PitiviMainWindow(Gtk.Window, Loggable):
 
     def _newProjectMenuCb(self, unused_action):
         self.app.projectManager.newBlankProject()
-        self.app.gui.showProjectSettingsDialog()
+        self.showProjectSettingsDialog()
 
     def _openProjectCb(self, unused_action):
         self.openProject()



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