summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 13:39:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 13:39:16 +0800
commitda158b304450c2ddcc3d4dc4dfa8630ede3db8ce (patch)
treedb9bfae5997fde0b911b9c70d9d28057831c714b /deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
parent622b15bdbbdb654da3e089ee401c64fd23a6c14b (diff)
downloadmarcuscom-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.py18
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"]
+