[orca] Fix for bgo#584103 - Cursor problems when I compose a new message with Thunderbird 3.0B3 pre



commit f96025c8972b6bb29e985431fc26c87d3aa2afd8
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Aug 10 11:22:00 2009 -0400

    Fix for bgo#584103 - Cursor problems when I compose a new message with Thunderbird 3.0B3 pre

 src/orca/settings.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index ce186ff..b18c423 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -1090,7 +1090,11 @@ setScriptMapping(re.compile('[Ff]irefox'), "Mozilla")
 # version of Thunderbird, which chooses to now call itself by a different
 # name.
 #
-setScriptMapping(re.compile(_('Shredder')), "Thunderbird")
+#setScriptMapping(re.compile(_('Shredder')), "Thunderbird")
+#
+# Don't localize this. It seems to be messing us up. See bug 584103.
+#
+setScriptMapping(re.compile('Shredder'), "Thunderbird")
 
 # Translators: see the regular expression note above.  This is for
 # the Thunderbird e-mail application.



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