]> git.0d.be Git - empathy.git/commitdiff
Close call channels after hanging up
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 23 Feb 2011 16:44:05 +0000 (16:44 +0000)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:20:06 +0000 (10:20 +0100)
src/empathy-event-manager.c

index 30e486675a1661f1445728fcd1041a52d98bbd2f..ae5958c6c8783c210d755f4c08d3c3c17bd19f88 100644 (file)
@@ -416,6 +416,7 @@ reject_channel_claim_cb (GObject *source,
       tpy_call_channel_hangup_async (user_data,
           TPY_CALL_STATE_CHANGE_REASON_USER_REQUESTED,
           "", "", NULL, NULL);
+      tp_channel_close_async (user_data, NULL, NULL);
     }
 #endif
   else if (EMPATHY_IS_TP_CHAT (user_data))