[pitivi: 8/9] Make sure the Project settings dialog is focused when creating a new project
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 8/9] Make sure the Project settings dialog is focused when creating a new project
- Date: Mon, 21 Mar 2011 10:12:18 +0000 (UTC)
commit e674a1ff4426a543f083afc59712587589e06e4a
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Mon Jan 31 10:25:31 2011 -0500
Make sure the Project settings dialog is focused when creating a new project
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 c23cdca..2b77ac8 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -43,8 +43,8 @@ class StartUpWizard(object):
chooser.add_filter(filtre)
def _newProjectCb(self, unused_button4):
- self.app.gui.showProjectSettingsDialog()
self.hide()
+ 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]