[orca/orca-gnome3: 80/87] Fix for the problem of punctuation settings not getting properly loaded or unloaded when the applica



commit ab9723f2a862749b9f8b4e9d3ef652df438b33fb
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Fri Mar 25 10:16:44 2011 -0400

    Fix for the problem of punctuation settings not getting properly loaded or unloaded when the application script changes.
    
    (No bug filed because bugzilla is down and it's code freeze day.)

 src/orca/scripts/default.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index 44c08b8..f8d4f0c 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -1508,6 +1508,7 @@ class Script(script.Script):
         """Called when this script is activated."""
 
         braille.setupKeyRanges(self.brailleBindings.keys())
+        speech.updatePunctuationLevel()
 
     def updateBraille(self, obj, extraRegion=None):
         """Updates the braille display to show the give object.



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