Mercurial > pidgin.yaz
comparison src/protocols/yahoo/yahoo.c @ 6516:7c14b35bc984
[gaim-migrate @ 7033]
reversed the last yahoo info patch and applied this one instead, which includes
msn info support. ChipX86: if this messes you up, tell me and i'll switch it
back.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 20 Aug 2003 02:45:31 +0000 |
parents | 64d952098596 |
children | e34907332e46 |
comparison
equal
deleted
inserted
replaced
6515:785a272be6ce | 6516:7c14b35bc984 |
---|---|
1539 static void yahoo_get_info(GaimConnection *gc, const char *name) | 1539 static void yahoo_get_info(GaimConnection *gc, const char *name) |
1540 { | 1540 { |
1541 /* struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; */ | 1541 /* struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; */ |
1542 char url[256]; | 1542 char url[256]; |
1543 g_snprintf(url, sizeof url, "%s%s", YAHOO_PROFILE_URL, name); | 1543 g_snprintf(url, sizeof url, "%s%s", YAHOO_PROFILE_URL, name); |
1544 grab_url(url, FALSE, yahoo_got_info, NULL); | 1544 grab_url(url, FALSE, yahoo_got_info, NULL, NULL, 0); |
1545 } | 1545 } |
1546 | 1546 |
1547 static GaimPlugin *my_protocol = NULL; | 1547 static GaimPlugin *my_protocol = NULL; |
1548 | 1548 |
1549 static GaimPluginProtocolInfo prpl_info = | 1549 static GaimPluginProtocolInfo prpl_info = |