Mercurial > pidgin
changeset 1136:c8615d023aaf
[gaim-migrate @ 1146]
if anyone knows of a good icq library (better than icqlib even) please tell me
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 26 Nov 2000 07:35:57 +0000 |
parents | 903a6d0938c7 |
children | 5b5d03dfa48a |
files | plugins/yay/yay.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/yay/yay.c Sun Nov 26 05:56:57 2000 +0000 +++ b/plugins/yay/yay.c Sun Nov 26 07:35:57 2000 +0000 @@ -230,7 +230,7 @@ yahoo_get_config(ctxt); - if (yahoo_cmd_logon(ctxt, YAHOO_STATUS_AVAILABLE)) { + if (!yahoo_cmd_logon(ctxt, YAHOO_STATUS_AVAILABLE)) { debug_printf("Yahoo: Unable to login\n"); hide_login_progress(gc, "Unable to login"); signoff(gc);