diff src/protocols/yahoo/yay.c @ 2541:8229710b343b

[gaim-migrate @ 2554] fun stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Oct 2001 20:56:59 +0000
parents bb6fbe78a3c8
children 5efa8077107f
line wrap: on
line diff
--- a/src/protocols/yahoo/yay.c	Thu Oct 18 19:55:19 2001 +0000
+++ b/src/protocols/yahoo/yay.c	Thu Oct 18 20:56:59 2001 +0000
@@ -199,7 +199,7 @@
 	count = va_arg(ap, int);
 	va_end(ap);
 
-	connection_has_mail(gc, count, NULL, NULL);
+	connection_has_mail(gc, count, NULL, NULL, "http://mail.yahoo.com/");
 
 	return 1;
 }
@@ -644,7 +644,7 @@
 
 static void yahoo_do_action(struct gaim_connection *gc, char *act) {
 	if (!strcmp(act, "Activate ID")) {
-		do_prompt_dialog("Activate which ID:", gc, yahoo_act_id, NULL);
+		do_prompt_dialog("Activate which ID:", gc->displayname, gc, yahoo_act_id, NULL);
 	}
 }