Home | History | Annotate | Download | only in patches
      1 diff -urN deskbar-applet-2.14.0.1/deskbar/handlers/mozilla.py deskbar-applet-2.14.0.1-hacked/deskbar/handlers/mozilla.py
      2 --- deskbar-applet-2.14.0.1/deskbar/handlers/mozilla.py	2006-03-04 13:53:49.000000000 +1300
      3 +++ deskbar-applet-2.14.0.1-hacked/deskbar/handlers/mozilla.py	2006-03-17 10:45:22.706404000 +1300
      4 @@ -190,6 +190,7 @@
      5  				get_firefox_home_file("search"),
      6  				expanduser("~/.mozilla/searchplugins"),
      7  				"/usr/lib/firefox/searchplugins",
      8 +				"/usr/sfw/lib/firefox/searchplugins",
      9  				"/usr/local/lib/firefox/searchplugins",
     10  				"/usr/lib/mozilla-firefox/searchplugins",
     11  				"/usr/local/lib/mozilla-firefox/searchplugins"]
     12 @@ -198,6 +199,7 @@
     13  				get_mozilla_home_file("search"),
     14  				expanduser("~/.mozilla/searchplugins"),
     15  				"/usr/lib/mozilla/searchplugins",
     16 +				"/usr/sfw/lib/mozilla/searchplugins",
     17  				"/usr/local/lib/mozilla/searchplugins"]
     18  		
     19  		if not hasattr(self, 'watcher'):
     20