[pitivi] Disable the render dialog while the project settings dialog is opened



commit 96c8dcf91968c7f9fe4e2903e1890add60f76097
Author: Alex BÄ?luÈ? <alexandru balut gmail com>
Date:   Sat May 21 04:41:20 2011 +0200

    Disable the render dialog while the project settings dialog is opened

 pitivi/ui/encodingdialog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index 213b3d7..9828a38 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -234,7 +234,7 @@ class EncodingDialog(GladeWindow, Renderer, Loggable):
         from pitivi.ui.projectsettings import ProjectSettingsDialog
         d = ProjectSettingsDialog(self.window, self.project)
         d.window.connect("destroy", self._projectSettingsDestroyCb)
-        d.show()
+        d.run()
 
     def _projectSettingsDestroyCb(self, dialog):
         self._displaySettings()



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