[pitivi] mainwindow: Don't jump through hoops to call showProjectSettingsDialog
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] mainwindow: Don't jump through hoops to call showProjectSettingsDialog
- Date: Fri, 25 Jan 2013 21:21:27 +0000 (UTC)
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]