[orca] 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] Fix for bug 653634 - Orca welcome message is cut off
- Date: Wed, 29 Jun 2011 19:03:21 +0000 (UTC)
commit dc67f64f542ccb088741a660fd5612e9494f3332
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Wed Jun 29 14:59:53 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 8531561..7101b45 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -2012,8 +2012,6 @@ def init(registry):
registry.registerEventListener(_onMouseButton,
"mouse:button")
- showSplashGUI()
-
loadUserSettings()
masks = []
@@ -2314,6 +2312,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]