summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-02 05:42:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-02 05:42:41 +0800
commitc488cbb4d058d70d7538b4ac1420c07b72e29ea0 (patch)
tree734dfacde4c02195bdcf8f7eac7e22f15e97bb53 /deskutils/deskbar-applet/files
parent57a019d6b4296ec8f760d4086b70f016e170c9a8 (diff)
downloadmarcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar.gz
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar.bz2
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar.lz
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar.xz
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.tar.zst
marcuscom-ports-c488cbb4d058d70d7538b4ac1420c07b72e29ea0.zip
Correct path to browser searchplugins.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5821 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
-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..a668777c1
--- /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"),
++ "%%X11BASE%%/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"),
++ "%%X11BASE%%/lib/mozilla/searchplugins",
+ "/usr/lib/mozilla/searchplugins",
+ "/usr/local/lib/mozilla/searchplugins"]
+