[telepathy-glib/master] callable example: Use tp_svc_channel_interface_dtmf_return_from_start_tone when returning from StartTone.
Andre Moreira Magalhaes (andrunko)
andrunko at andrunko.cbg.collabora.co.uk
Tue Aug 25 06:06:09 PDT 2009
---
examples/cm/callable/media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/cm/callable/media-channel.c b/examples/cm/callable/media-channel.c
index db5f0ba..22a00ee 100644
--- a/examples/cm/callable/media-channel.c
+++ b/examples/cm/callable/media-channel.c
@@ -1391,7 +1391,7 @@ dtmf_start_tone (TpSvcChannelInterfaceDTMF *iface,
goto error;
}
- tp_svc_channel_interface_dtmf_return_from_stop_tone (context);
+ tp_svc_channel_interface_dtmf_return_from_start_tone (context);
return;
--
1.5.6.5
More information about the telepathy-commits
mailing list