diff src/protocols/yahoo/yahoo.c @ 10240:95ca0db2d01d

[gaim-migrate @ 11377] Removing trust parameter for gaim_notify_uri (see gaim-devel over past few days). Removed URI scheme filtering for win32. Instead we'll allow what ever the default http browser allows. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 22 Nov 2004 22:13:12 +0000
parents 9e0b98c458b1
children a66cf83552dc
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Mon Nov 22 22:13:12 2004 +0000
@@ -2713,7 +2713,7 @@
 		t++;
 	*t = 0;
 	g_snprintf(url, sizeof url, "http://games.yahoo.com/games/%s", game2);
-	gaim_notify_uri(gc, url, TRUE);
+	gaim_notify_uri(gc, url);
 	g_free(game2);
 }