[pitivi] Ensure the project settings dialog is focused when called from the startup wizard
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Ensure the project settings dialog is focused when called from the startup wizard
- Date: Fri, 10 Dec 2010 17:54:29 +0000 (UTC)
commit b041238338127b811bb71b1715296025f06e2c0e
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Wed Dec 8 10:21:48 2010 -0500
Ensure the project settings dialog is focused when called from the startup wizard
pitivi/ui/startupwizard.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index 845ea20..17836cc 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -61,8 +61,8 @@ class StartUpWizard(object):
treeview.drag_source_unset()
def _newProjectCb(self, unused_button4):
- self.app.gui.showProjectSettingsDialog()
self.quit()
+ self.app.gui.showProjectSettingsDialog()
def _loadCb(self, unused_button3):
self.data = unquote(self.data)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]