[Telepathy-commits] [telepathy-salut/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
Fri Feb 6 03:14:54 PST 2009


---
 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 5b7ac72..7d8ea21 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2331,9 +2331,7 @@ static void
 salut_tube_stream_close_async (TpSvcChannel *iface,
                                DBusGMethodInvocation *context)
 {
-  SalutTubeStream *self = SALUT_TUBE_STREAM (iface);
-
-  tp_svc_channel_emit_closed (self);
+  salut_tube_stream_close (SALUT_TUBE_IFACE (iface));
   tp_svc_channel_return_from_close (context);
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list