[orca] Fix for bgo#584796 - Invoking the application specific preferences for Orca when in the Orca Quit di



commit 6dab4c686d11c0e7b650a9bb68eae38cec796d47
Author: Willie Walker <william walker sun com>
Date:   Fri Jun 19 13:14:26 2009 -0400

    Fix for bgo#584796 - Invoking the application specific preferences for Orca when in the Orca Quit dialog freezes speech

 src/orca/orca-quit.glade |    2 +-
 src/orca/orca_quit.py    |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca-quit.glade b/src/orca/orca-quit.glade
index 01eb941..678ae82 100644
--- a/src/orca/orca-quit.glade
+++ b/src/orca/orca-quit.glade
@@ -7,7 +7,7 @@
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
-  <property name="modal">True</property>
+  <property name="modal">False</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="decorated">True</property>
diff --git a/src/orca/orca_quit.py b/src/orca/orca_quit.py
index 7222a2a..6a7d493 100644
--- a/src/orca/orca_quit.py
+++ b/src/orca/orca_quit.py
@@ -65,6 +65,7 @@ class OrcaQuitGUI(orca_glade.GladeWrapper):
         except AttributeError:
             debug.printException(debug.LEVEL_FINEST)
 
+        quitDialog.hide()
         quitDialog.show()
 
     def quitNoButtonClicked(self, widget):



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