changeset 1707:5417bf0c8e28

[gaim-migrate @ 1717] shouldn't have two messages like that. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 12 Apr 2001 23:57:39 +0000
parents e6671b80a1f2
children eeb0cfe710b1
files plugins/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/jabber/jabber.c	Thu Apr 12 23:52:58 2001 +0000
+++ b/plugins/jabber/jabber.c	Thu Apr 12 23:57:39 2001 +0000
@@ -836,11 +836,8 @@
 				debug_printf("error %d: %s\n\n",
 					     atoi(xmlnode_get_attrib(x, "code")),
 					     xmlnode_get_data(xmlnode_get_firstchild(x)));
-				hide_login_progress(GJ_GC(j),
-						    xmlnode_get_data(xmlnode_get_firstchild(x)));
 
-			} else
-				hide_login_progress(GJ_GC(j), "unknown error");
+			}
 
 			xmlnode_free(p->x);
 			gjab_send_raw(j, "</stream:stream>");