[orca] Fix for the problem of punctuation settings not getting properly loaded or unloaded when the applica



commit aeb3dc9c561dd2ebc56dfb650e415631d276914b
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 3eecc9f..04b55cf 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -1500,6 +1500,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]