[gaim-migrate @ 4963]

Thu, 06 Mar 2003 01:02:51 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Thu, 06 Mar 2003 01:02:51 +0000
changeset 4652
2acc7c88ea6c
parent 4651
7f6df9e4cb0f
child 4653
5bc81a5fb88d

[gaim-migrate @ 4963]
damned nymphs.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Wed Mar 05 07:58:29 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Mar 06 01:02:51 2003 +0000
@@ -3272,9 +3272,9 @@
 	debug_printf("Disconnected.  Code is 0x%04x and msg is %s\n", code, msg);
 	if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) {
 		if (code == 0x0001) {
-			hide_login_progress(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
+			hide_login_progress_error(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
 		} else {
-			hide_login_progress(gc, _("You have been signed off for an unknown reason."));
+			hide_login_progress_error(gc, _("You have been signed off for an unknown reason."));
 		}
 	}
 

mercurial