diff -r 6cc39a95f75b -r 30cbb41e0803 pidgin/gtknotify.c --- a/pidgin/gtknotify.c Fri Dec 06 14:50:14 2013 +0530 +++ b/pidgin/gtknotify.c Sat Dec 07 02:03:01 2013 +0530 @@ -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)