Description: Use global firefox rather than local.
 Upstream bundles Firefox. This isn't okay for us, so we're using the system
 Firefox. 
Author: Luke Faraone <lfaraone@debian.org>

---
Forwarded: not-needed
Last-Update: 2010-09-30 

--- a/firefox-activity.py
+++ b/firefox-activity.py
@@ -66,7 +66,7 @@
     # sanitize LANG; firefox crashes if it sees a LANG it doesn't know.
     os.environ['LANG'] = sanitize(os.environ['LANG'])+'.utf-8'
 
-    ff = [ './firefox' ]
+    ff = [ '/usr/bin/firefox' ]
     if options.uri is not None:
         ff += [ options.uri ]
 
