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