pidgin/gtknotify.c

changeset 35106
79ebfc0d91df
parent 35105
ed127ccd9b9f
child 35265
77664079d0f0
child 36964
30cbb41e0803
--- 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)

mercurial