Mercurial > pidgin.yaz
comparison src/oscar.c @ 1576:992871bf2649
[gaim-migrate @ 1586]
better notification when chat doesn't work.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 15 Mar 2001 15:09:02 +0000 |
parents | 2157d91c2eb9 |
children | 14ebefc5648b |
comparison
equal
deleted
inserted
replaced
1575:427e1409917c | 1576:992871bf2649 |
---|---|
325 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { | 325 } else if (conn->type == AIM_CONN_TYPE_CHATNAV) { |
326 if (odata->cnpa > 0) | 326 if (odata->cnpa > 0) |
327 gdk_input_remove(odata->cnpa); | 327 gdk_input_remove(odata->cnpa); |
328 odata->cnpa = 0; | 328 odata->cnpa = 0; |
329 debug_printf("removing chatnav input watcher\n"); | 329 debug_printf("removing chatnav input watcher\n"); |
330 if (odata->create_exchange) { | |
331 odata->create_exchange = 0; | |
332 g_free(odata->create_name); | |
333 odata->create_name = NULL; | |
334 do_error_dialog(_("Chat is currently unavailable"), | |
335 _("Gaim - Chat")); | |
336 } | |
330 aim_conn_kill(odata->sess, &conn); | 337 aim_conn_kill(odata->sess, &conn); |
331 } else if (conn->type == AIM_CONN_TYPE_AUTH) { | 338 } else if (conn->type == AIM_CONN_TYPE_AUTH) { |
332 if (odata->paspa > 0) | 339 if (odata->paspa > 0) |
333 gdk_input_remove(odata->paspa); | 340 gdk_input_remove(odata->paspa); |
334 odata->paspa = 0; | 341 odata->paspa = 0; |