[Telepathy-commits] [telepathy-glib/master] Echo example: use correct method return for Destroy
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Dec 24 04:27:58 PST 2008
---
examples/cm/echo/chan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/cm/echo/chan.c b/examples/cm/echo/chan.c
index 92d98b2..2616b32 100644
--- a/examples/cm/echo/chan.c
+++ b/examples/cm/echo/chan.c
@@ -515,7 +515,7 @@ destroyable_destroy (TpSvcChannelInterfaceDestroyable *iface,
tp_text_mixin_clear ((GObject *) self);
example_echo_channel_close (self);
g_assert (self->priv->closed);
- tp_svc_channel_return_from_close (context);
+ tp_svc_channel_interface_destroyable_return_from_destroy (context);
}
static void
--
1.5.6.5
More information about the Telepathy-commits
mailing list