[Telepathy-commits] [telepathy-salut/master] src/tube-stream.c: Fix salut_tube_stream_close on the Channel.Type.StreamTube interface: do not send the close message stanza twice
Alban Crequy
alban.crequy at collabora.co.uk
Fri Feb 6 03:14:56 PST 2009
---
src/tube-stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 7d8ea21..a395470 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2331,7 +2331,7 @@ static void
salut_tube_stream_close_async (TpSvcChannel *iface,
DBusGMethodInvocation *context)
{
- salut_tube_stream_close (SALUT_TUBE_IFACE (iface));
+ salut_tube_stream_close (SALUT_TUBE_IFACE (iface), FALSE);
tp_svc_channel_return_from_close (context);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list