Blob Blame History Raw
--- castpodder/ipodder/contrib/webbrowser.py	2006-04-29 15:39:22.000000000 +0100
+++ castpodder/ipodder/contrib/webbrowser.py	2006-07-07 11:23:33.000000000 +0100
@@ -285,11 +285,11 @@
     # X browsers have more in the way of options
     if os.environ.get("DISPLAY"):
         _tryorder = ["galeon", "skipstone",
-                     "mozilla-firefox", "mozilla-firebird", "mozilla", "netscape",
+                     "firefox", "seamonkey", "mozilla", "netscape",
                      "kfm", "grail"] + _tryorder
 
         # First, the Netscape series
-        for browser in ("mozilla-firefox", "mozilla-firebird",
+        for browser in ("firefox", "seamonkey",
                         "mozilla", "netscape"):
             if _iscommand(browser):
                 register(browser, None, Netscape(browser))