]> git.0d.be Git - empathy.git/commitdiff
invite_dialog_response_cb: don't close the tp_chat twice
authorGuillaume Desmottes <gdesmott@gnome.org>
Fri, 13 Feb 2009 10:26:25 +0000 (10:26 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Feb 2009 10:26:25 +0000 (10:26 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2456

src/empathy-event-manager.c

index cdcb4a67b7efb49abf3761f9b5a0b64c975bd023..0cd959aaf6f1e889172a46e4a261a2d846ea9c4e 100644 (file)
@@ -655,7 +655,6 @@ invite_dialog_response_cb (GtkDialog *dialog,
 
       if (empathy_dispatch_operation_claim (approval->operation))
         empathy_tp_chat_close (tp_chat);
 
       if (empathy_dispatch_operation_claim (approval->operation))
         empathy_tp_chat_close (tp_chat);
-      empathy_tp_chat_close (tp_chat);
       return;
     }
 
       return;
     }