summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-29 17:22:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-29 17:22:19 +0100
commitd6b3ec06fea3ce58daa5d2689816abf517eff08c (patch)
treeee7cb60ce238c56df78c91d7a1bd97fedc0f5b10 /examples
parenteece71434e4472b037be86f79a661b9577f45d2f (diff)
future Call CM: emit Content.Removed too
Diffstat (limited to 'examples')
-rw-r--r--examples/future/call-cm/call-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/future/call-cm/call-channel.c b/examples/future/call-cm/call-channel.c
index 994dfffc..e985b734 100644
--- a/examples/future/call-cm/call-channel.c
+++ b/examples/future/call-cm/call-channel.c
@@ -978,6 +978,7 @@ streams_removed_cb (ExampleCallContent *content,
g_hash_table_remove (self->priv->contents, name);
+ future_svc_call_content_emit_removed (content);
future_svc_channel_type_call_emit_content_removed (self, path);
g_free (path);
g_free (name);