diff src/server.c @ 694:150214f1d48b

[gaim-migrate @ 704] bah. oscar sucks a fat one. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 Aug 2000 01:53:59 +0000
parents 30a8e386849d
children 668b4d544afe
line wrap: on
line diff
--- a/src/server.c	Wed Aug 16 01:10:22 2000 +0000
+++ b/src/server.c	Wed Aug 16 01:53:59 2000 +0000
@@ -591,12 +591,12 @@
 					b->name, count);
 		debug_print(debug_buff);
 
-		aim_chat_leaveroom(gaim_sess, b->name);
+//		aim_chat_leaveroom(gaim_sess, b->name);
 		c = find_oscar_chat(b->name);
 		if (c != NULL) {
-			aim_conn_kill(gaim_sess, &c->conn);
 			oscar_chats = g_list_remove(oscar_chats, c);
 			gdk_input_remove(c->inpa);
+			aim_conn_kill(gaim_sess, &c->conn);
 			g_free(c->name);
 			g_free(c);
 		}