From: Eric W. <war...@us...> - 2001-10-18 20:57:02
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv14705/src/protocols/yahoo Modified Files: yay.c Log Message: fun stuff. Index: yay.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/yay.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- yay.c 2001/10/15 15:48:25 1.19 +++ yay.c 2001/10/18 20:56:59 1.20 @@ -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); } } |