orca r4279 - in trunk: . src/orca
- From: joanied svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4279 - in trunk: . src/orca
- Date: Tue, 7 Oct 2008 22:40:23 +0000 (UTC)
Author: joanied
Date: Tue Oct 7 22:40:23 2008
New Revision: 4279
URL: http://svn.gnome.org/viewvc/orca?rev=4279&view=rev
Log:
* src/orca/settings.py:
Fix (I hope) for bug #555466 - Orca should attempt to correct
the Firefox breakage introduced by bug 535827 via script mapping.
Modified:
trunk/ChangeLog
trunk/src/orca/settings.py
Modified: trunk/src/orca/settings.py
==============================================================================
--- trunk/src/orca/settings.py (original)
+++ trunk/src/orca/settings.py Tue Oct 7 22:40:23 2008
@@ -1003,6 +1003,11 @@
#
setScriptMapping(re.compile(_('Minefield')), "Mozilla")
+# This is a temporary fix for the schema/FF 3.0 not being accessible
+# issue. (See GNOME bugs #535827 and #555466.)
+#
+setScriptMapping(re.compile('[Ff]irefox'), "Mozilla")
+
# Translators: see the regular expression note above. This is for a
# version of Thunderbird, which chooses to now call itself by a different
# name.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]