summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-26 09:26:03 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-26 09:26:03 +0100
commitaa8ddef388397394a6b9ca00c7710814202f06c6 (patch)
tree390cfbd0362a0f56fcf7799d6b19c84b9d9b922e
parenta0dae710476c651ea223a355104dbb3205ac4b37 (diff)
message-channel: be sure to include the yts and tp channel ifaces in the Interfaces property
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--salut/message-channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/salut/message-channel.c b/salut/message-channel.c
index 8c01945..0b23edc 100644
--- a/salut/message-channel.c
+++ b/salut/message-channel.c
@@ -67,7 +67,9 @@ G_DEFINE_TYPE_WITH_CODE (YtstMessageChannel, ytst_message_channel,
);
static const gchar *ytst_message_channel_interfaces[] = {
- NULL
+ TP_IFACE_CHANNEL,
+ TP_YTS_IFACE_CHANNEL,
+ NULL
};
/* properties */