aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-13 18:26:25 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-13 18:26:25 +0800
commit53804185447b6e4f0033ac2ddd6b8accc89bb48e (patch)
tree0c469a51dd2f7fb513d02c13a4f7187ead6f4583
parentd5f97155e5033795ad8c562323447f3ed6f2ef9f (diff)
downloadgsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar.gz
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar.bz2
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar.lz
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar.xz
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.tar.zst
gsoc2013-empathy-53804185447b6e4f0033ac2ddd6b8accc89bb48e.zip
invite_dialog_response_cb: don't close the tp_chat twice
From: Guillaume Desmottes <gdesmott@gnome.org> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2456 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--src/empathy-event-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index cdcb4a67b..0cd959aaf 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;
}