[empathy] empathy_call_handler_stop_call: use empathy_tp_call_leave rather than empathy_tp_call_close



commit 174a1b4a20753f7467c1c78f5163660a233fb36b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Feb 22 18:04:16 2010 +0000

    empathy_call_handler_stop_call: use empathy_tp_call_leave rather than empathy_tp_call_close
    
    This will gracefully hang up calls (#610477).

 libempathy/empathy-call-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c
index 3b7ce54..a49baed 100644
--- a/libempathy/empathy-call-handler.c
+++ b/libempathy/empathy-call-handler.c
@@ -554,7 +554,7 @@ empathy_call_handler_stop_call (EmpathyCallHandler *handler)
 
   if (priv->call != NULL)
     {
-      empathy_tp_call_close (priv->call);
+      empathy_tp_call_leave (priv->call);
       g_object_unref (priv->call);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]