diff options
Diffstat (limited to 'deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py')
-rw-r--r-- | deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py new file mode 100644 index 000000000..ffad36e44 --- /dev/null +++ b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py @@ -0,0 +1,18 @@ +--- deskbar/handlers/mozilla.py.orig Wed Mar 1 13:32:12 2006 ++++ deskbar/handlers/mozilla.py Wed Mar 1 13:33:19 2006 +@@ -189,6 +189,7 @@ class MozillaSearchHandler(deskbar.Handl + get_firefox_home_file("searchplugins"), + get_firefox_home_file("search"), + expanduser("~/.mozilla/searchplugins"), ++ "%%LOCALBASE%%/lib/firefox/searchplugins", + "/usr/lib/firefox/searchplugins", + "/usr/local/lib/firefox/searchplugins", + "/usr/lib/mozilla-firefox/searchplugins", +@@ -197,6 +198,7 @@ class MozillaSearchHandler(deskbar.Handl + smart_dirs = [ + get_mozilla_home_file("search"), + expanduser("~/.mozilla/searchplugins"), ++ "%%LOCALBASE%%/lib/mozilla/searchplugins", + "/usr/lib/mozilla/searchplugins", + "/usr/local/lib/mozilla/searchplugins"] + |