Mercurial > pidgin.yaz
changeset 9404:01fe2254c570
[gaim-migrate @ 10218]
We don't need no stinking badgers!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 26 Jun 2004 16:40:32 +0000 |
parents | 5fac39b20a72 |
children | 7b48e7c07bcf |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Sat Jun 26 12:25:52 2004 +0000 +++ b/src/protocols/yahoo/yahoo.c Sat Jun 26 16:40:32 2004 +0000 @@ -2150,6 +2150,7 @@ gc->inpa = gaim_input_add(yd->fd, GAIM_INPUT_READ, yahoo_pending, gc); } +#ifdef YAHOO_WEBMESSENGER static void yahoo_got_web_connected(gpointer data, gint source, GaimInputCondition cond) { GaimConnection *gc = data; @@ -2329,6 +2330,7 @@ return; } } +#endif static void yahoo_server_check(GaimAccount *account) {