# HG changeset patch # User Eric Warmenhoven # Date 967851943 0 # Node ID 4c71c0e7f04e80531ac96344bc522cf8adb1d290 # Parent cc07bbd39472b5126a467620c0ccdf685e30b246 [gaim-migrate @ 838] small changes for oscar. look for big, good ones later today. committer: Tailor Script diff -r cc07bbd39472 -r 4c71c0e7f04e src/oscar.c --- a/src/oscar.c Fri Sep 01 21:58:15 2000 +0000 +++ b/src/oscar.c Fri Sep 01 23:45:43 2000 +0000 @@ -135,6 +135,11 @@ * libfaim won't tell us which room */ debug_print("connection error for chat...\n"); aim_conn_kill(gaim_sess, &conn); + } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { + gdk_input_remove(cnpa); + cnpa = -1; + debug_print("removing chatnav input watcher\n"); + aim_conn_kill(gaim_sess, &conn); } else { sprintf(debug_buff, "holy crap! generic connection error! %d\n", conn->type); @@ -842,9 +847,6 @@ i++; } } - gdk_input_remove(cnpa); - cnpa = -1; - aim_conn_kill(sess, &command->conn); break; default: va_end(ap);