summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-11 12:20:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:53:28 +0000
commitd24d5591801b9b874cc328c7d516a86e50a1bc2e (patch)
treeb22e5a6235514af23d7d403b6749cc845427220c
parent439161bd47efb573dc5d551abb0f7b4cf5700503 (diff)
Add CD.I.Messages1 to Interfaces
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37380 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--src/mcd-dispatcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 1adda6a7..31844469 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -350,6 +350,7 @@ _mcd_dispatcher_set_property (GObject * obj, guint prop_id,
static const char * const interfaces[] = {
TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST,
+ TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_MESSAGES1,
NULL
};