comparison src/protocols/toc/toc.c @ 3074:793fb2e9d53b

[gaim-migrate @ 3088] Less ambiguous error message when you get kicked offline. Thanks, JSeymour. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 17 Mar 2002 20:23:34 +0000
parents 1143524a2eaf
children 219dfcbd6737
comparison
equal deleted inserted replaced
3073:22c82a341c32 3074:793fb2e9d53b
484 char buf[8 * 1024], *c; 484 char buf[8 * 1024], *c;
485 char snd[BUF_LEN * 2]; 485 char snd[BUF_LEN * 2];
486 486
487 /* there's data waiting to be read, so read it. */ 487 /* there's data waiting to be read, so read it. */
488 if (wait_reply(gc, buf, 8 * 1024) <= 0) { 488 if (wait_reply(gc, buf, 8 * 1024) <= 0) {
489 hide_login_progress(gc, _("Connection Closed")); 489 hide_login_progress_error(gc, _("Connection Closed"));
490 signoff(gc); 490 signoff(gc);
491 return; 491 return;
492 } 492 }
493 493
494 if (tdt->state == STATE_FLAPON) { 494 if (tdt->state == STATE_FLAPON) {