summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-channel.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-23 13:15:13 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:46 +0100
commit33ceebb411fe0a8ac51f9c2f3f668c48feea837a (patch)
treea23cc60430e477c8d94bed2de64ab05ee94c0487 /telepathy-glib/call-channel.c
parent029b36a7e2597524bbf07495ffc19aa8eb90cc22 (diff)
downloadtelepathy-glib-33ceebb411fe0a8ac51f9c2f3f668c48feea837a.tar.gz
Update for Call spec changes
Diffstat (limited to 'telepathy-glib/call-channel.c')
-rw-r--r--telepathy-glib/call-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/call-channel.c b/telepathy-glib/call-channel.c
index 02f7c2437..f3c6a5d2e 100644
--- a/telepathy-glib/call-channel.c
+++ b/telepathy-glib/call-channel.c
@@ -334,6 +334,7 @@ content_removed_cb (TpChannel *channel,
g_object_ref (content);
g_ptr_array_remove_index_fast (self->priv->contents, i);
g_signal_emit (self, _signals[CONTENT_REMOVED], 0, content, r);
+ g_signal_emit_by_name (content, "removed");
g_object_unref (content);
_tp_call_state_reason_unref (r);