[Telepathy-commits] [telepathy-gabble/master] src/tube-stream.c: Close the stream tube channel propertly when o.f.T.Channel.Close is called

Alban Crequy alban.crequy at collabora.co.uk
Tue Oct 28 07:44:48 PDT 2008


---
 src/tube-stream.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 1df4c07..7a58aee 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2146,9 +2146,7 @@ static void
 gabble_tube_stream_close_async (TpSvcChannel *iface,
                                   DBusGMethodInvocation *context)
 {
-  GabbleTubeStream *self = GABBLE_TUBE_STREAM (iface);
-
-  tp_svc_channel_emit_closed (self);
+  gabble_tube_stream_close (GABBLE_TUBE_IFACE (iface));
   tp_svc_channel_return_from_close (context);
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list