comparison src/server.c @ 809:12d0aaef70fb

[gaim-migrate @ 819] small changes. nothing big. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 Aug 2000 05:06:23 +0000
parents 57cc66fbfa8e
children 97f1ae636ed7
comparison
equal deleted inserted replaced
808:9d61f3d01046 809:12d0aaef70fb
559 559
560 sprintf(debug_buff, "Attempting to leave room %s (currently in %d rooms)\n", 560 sprintf(debug_buff, "Attempting to leave room %s (currently in %d rooms)\n",
561 b->name, count); 561 b->name, count);
562 debug_print(debug_buff); 562 debug_print(debug_buff);
563 563
564 // aim_chat_leaveroom(gaim_sess, b->name);
565 c = find_oscar_chat(b->name); 564 c = find_oscar_chat(b->name);
566 if (c != NULL) { 565 if (c != NULL) {
567 oscar_chats = g_list_remove(oscar_chats, c); 566 oscar_chats = g_list_remove(oscar_chats, c);
568 gdk_input_remove(c->inpa); 567 gdk_input_remove(c->inpa);
569 aim_conn_kill(gaim_sess, &c->conn); 568 aim_conn_kill(gaim_sess, &c->conn);