# HG changeset patch # User Eric Warmenhoven # Date 984668942 0 # Node ID 992871bf26496a326f8b939e1ff978f1302b851d # Parent 427e1409917c714ca81d47b040047b6cc3cb5d49 [gaim-migrate @ 1586] better notification when chat doesn't work. committer: Tailor Script diff -r 427e1409917c -r 992871bf2649 src/oscar.c --- a/src/oscar.c Thu Mar 15 15:03:08 2001 +0000 +++ b/src/oscar.c Thu Mar 15 15:09:02 2001 +0000 @@ -327,6 +327,13 @@ gdk_input_remove(odata->cnpa); odata->cnpa = 0; debug_printf("removing chatnav input watcher\n"); + if (odata->create_exchange) { + odata->create_exchange = 0; + g_free(odata->create_name); + odata->create_name = NULL; + do_error_dialog(_("Chat is currently unavailable"), + _("Gaim - Chat")); + } aim_conn_kill(odata->sess, &conn); } else if (conn->type == AIM_CONN_TYPE_AUTH) { if (odata->paspa > 0)