diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-28 13:39:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-28 13:39:16 +0800 |
commit | da158b304450c2ddcc3d4dc4dfa8630ede3db8ce (patch) | |
tree | db9bfae5997fde0b911b9c70d9d28057831c714b /deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py | |
parent | 622b15bdbbdb654da3e089ee401c64fd23a6c14b (diff) | |
download | marcuscom-ports-da158b304450c2ddcc3d4dc4dfa8630ede3db8ce.tar.gz marcuscom-ports-da158b304450c2ddcc3d4dc4dfa8630ede3db8ce.tar.zst marcuscom-ports-da158b304450c2ddcc3d4dc4dfa8630ede3db8ce.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8658 df743ca5-7f9a-e211-a948-0013205c9059
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"] + |