diff 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
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Sun Mar 17 18:55:39 2002 +0000
+++ b/src/protocols/toc/toc.c	Sun Mar 17 20:23:34 2002 +0000
@@ -486,7 +486,7 @@
 
 	/* there's data waiting to be read, so read it. */
 	if (wait_reply(gc, buf, 8 * 1024) <= 0) {
-		hide_login_progress(gc, _("Connection Closed"));
+		hide_login_progress_error(gc, _("Connection Closed"));
 		signoff(gc);
 		return;
 	}