[pitivi: 1/5] ui: Make sure the welcome dialog doesn't appear before the mainwindow



commit 7b0cea9a9a51163c8e849e4cea0d485e00971f2c
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Thu Jun 2 20:38:49 2011 -0400

    ui: Make sure the welcome dialog doesn't appear before the mainwindow

 pitivi/application.py         |    1 -
 pitivi/ui/startupwizard.glade |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index d6fc6b8..1449cc5 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -386,7 +386,6 @@ class StartupWizardGuiPitivi(FullGuiPitivi):
         self.projectManager.connect("new-project-loading", self._hideWizardCb)
         self.projectManager.connect("new-project-failed", self._showWizardCb)
         self.wizard = StartUpWizard(self)
-        self.wizard.hide()
         return FullGuiPitivi._createGui(self)
 
     def _showGui(self):
diff --git a/pitivi/ui/startupwizard.glade b/pitivi/ui/startupwizard.glade
index 50f0386..18f7f42 100644
--- a/pitivi/ui/startupwizard.glade
+++ b/pitivi/ui/startupwizard.glade
@@ -3,7 +3,7 @@
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy project-wide -->
   <object class="GtkWindow" id="window1">
-    <property name="visible">True</property>
+    <property name="visible">False</property>
     <property name="border_width">10</property>
     <property name="title" translatable="yes">Welcome</property>
     <property name="resizable">False</property>



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