From: Guillaume Desmottes Date: Fri, 13 Feb 2009 10:26:25 +0000 (+0000) Subject: invite_dialog_response_cb: don't close the tp_chat twice X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=e21ea38ec66d7804c703f0484808060195809a72 invite_dialog_response_cb: don't close the tp_chat twice From: Guillaume Desmottes svn path=/trunk/; revision=2456 --- diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index cdcb4a67..0cd959aa 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -655,7 +655,6 @@ invite_dialog_response_cb (GtkDialog *dialog, if (empathy_dispatch_operation_claim (approval->operation)) empathy_tp_chat_close (tp_chat); - empathy_tp_chat_close (tp_chat); return; }