[orca/gnome-3-0] Fix for bug 653634 - Orca welcome message is cut off
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-0] Fix for bug 653634 - Orca welcome message is cut off
- Date: Wed, 29 Jun 2011 19:03:16 +0000 (UTC)
commit 44e064abf3b5ba944cfd682a8a0e0ec55bef3163
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Wed Jun 29 15:01:58 2011 -0400
Fix for bug 653634 - Orca welcome message is cut off
src/orca/orca.py | 4 ++--
src/orca/orca_gui_splash.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index 349cea6..7dd7df6 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -2005,8 +2005,6 @@ def init(registry):
registry.registerEventListener(_onMouseButton,
"mouse:button")
- showSplashGUI()
-
loadUserSettings()
masks = []
@@ -2308,6 +2306,8 @@ def main():
except:
debug.printException(debug.LEVEL_SEVERE)
+ showSplashGUI()
+
# Check to see if the user wants the configuration GUI. It's
# done here so that the user's existing preferences can be used
# to set the initial GUI state. We'll also force the set to
diff --git a/src/orca/orca_gui_splash.py b/src/orca/orca_gui_splash.py
index 1383aca..4506e8e 100644
--- a/src/orca/orca_gui_splash.py
+++ b/src/orca/orca_gui_splash.py
@@ -83,11 +83,11 @@ class OrcaSplashGUI(orca_gtkbuilder.GtkBuilderWrapper):
box.grab_focus()
splashScreen.show_all()
+ gobject.timeout_add(3000, splashScreen.hide)
+
while gtk.events_pending():
gtk.main_iteration()
- gobject.timeout_add(3000, splashScreen.hide)
-
return splashScreen
def hideGUI(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]