--- a/pidgin/gtknotify.c Fri Dec 06 01:06:45 2013 -0800 +++ b/pidgin/gtknotify.c Fri Dec 06 01:14:48 2013 -0800 @@ -1377,17 +1377,6 @@ "openURL(%s,new-tab)", web_browser, args, escaped); } - else if (!strcmp(web_browser, "netscape")) - { - command = g_strdup_printf("netscape %s", escaped); - - if (place == PIDGIN_BROWSER_NEW_WINDOW) - { - remote_command = g_strdup_printf("netscape -remote " - "openURL(%s,new-window)", - escaped); - } - } else if (!strcmp(web_browser, "opera")) { if (place == PIDGIN_BROWSER_NEW_WINDOW)