Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 5498:cce2d7868c78
[gaim-migrate @ 5894]
Bye bye do_ask_dialog()! Mwahahahahhaha!
And wit -> with. What wit with the witty with wit comment, wit you jutht
thaw.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 23 May 2003 02:42:52 +0000 |
| parents | 3e8487580024 |
| children | 76ec14ba51d7 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Fri May 23 01:45:17 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Fri May 23 02:42:52 2003 +0000 @@ -1184,9 +1184,8 @@ return m; } -static void yahoo_act_id(const char *entry, gpointer data) +static void yahoo_act_id(struct gaim_connection *gc, const char *entry) { - struct gaim_connection *gc = data; struct yahoo_data *yd = gc->proto_data; struct yahoo_packet *pkt = yahoo_packet_new(YAHOO_SERVICE_IDACT, YAHOO_STATUS_AVAILABLE, 0);
