[orca] Fix for bgo#623561 - Thunderbird script needs to be associated with Lanikai.



commit 8410777ce4987f45fce41b38bd1b02aa31d4b821
Author: Steve Holmes <steve holmes88 gmail com>
Date:   Sun Jul 4 18:33:24 2010 -0700

    Fix for bgo#623561 - Thunderbird script needs to be associated with Lanikai.

 src/orca/settings.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index a5d273d..77424e9 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -1157,6 +1157,10 @@ setScriptMapping(re.compile('Shredder'), "Thunderbird")
 #
 setScriptMapping(re.compile(_('Mail/News')), "Thunderbird")
 
+# This is for a 3.1 version of Thunderbird, which chooses to now call itself
+# by a different name, Lanikai.
+setScriptMapping(re.compile('Lanikai'), "Thunderbird")
+
 # Translators: see the regular expression note above.  This is for
 # gnome_segv2, which calls itself bug-buddy in at-poke.
 #



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