diff src/protocols/yahoo/yahoo.c @ 6465:fb64cc87bc96

[gaim-migrate @ 6974] open_url() is gone forever! WOOHOO! Now we have gaim_notify_uri(). Oh, and whitespace changes in some files, because they just really bugged me. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 14 Aug 2003 03:55:13 +0000
parents 8f94cce8faa5
children 63c449a1022f
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Thu Aug 14 03:28:17 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Aug 14 03:55:13 2003 +0000
@@ -1089,7 +1089,7 @@
 		t++;
 	*t = 0;
 	g_snprintf(url, sizeof url, "http://games.yahoo.com/games/%s", game);
-	open_url(NULL, url);
+	gaim_notify_uri(gc, url);
 	g_free(game);
 }