[orca] Fix for bug 637865 - Orca stops speaking if Escape is pressed after changing synthesizers



commit f58010a606a772e511532fedd84a5acebfe71590
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Thu Dec 23 04:46:16 2010 -0500

    Fix for bug 637865 - Orca stops speaking if Escape is pressed after changing synthesizers

 src/orca/orca_gui_prefs.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index 3998a36..5561810 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -4492,7 +4492,6 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
 
         self.restoreSettings()
         mag.finishLiveUpdating()
-        self._cleanupSpeechServers()
 
     def windowDestroyed(self, widget):
         """Signal handler for the "destroyed" signal for the orcaSetupWindow



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