summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-content-media-description.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-13 17:14:21 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:45 +0100
commitbf876c3f66086118e238a396df22a7a2ee04458c (patch)
treebf96af9621facb086715094ce9c92cacf7c4cb67 /telepathy-glib/call-content-media-description.c
parent7fde176fffd95df29ea7f544a7f3faa65f91af77 (diff)
downloadtelepathy-glib-bf876c3f66086118e238a396df22a7a2ee04458c.tar.gz
Export has-remote-information correctly
Diffstat (limited to 'telepathy-glib/call-content-media-description.c')
-rw-r--r--telepathy-glib/call-content-media-description.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/call-content-media-description.c b/telepathy-glib/call-content-media-description.c
index 8f225f91a..27f1a6e02 100644
--- a/telepathy-glib/call-content-media-description.c
+++ b/telepathy-glib/call-content-media-description.c
@@ -234,7 +234,7 @@ tp_call_content_media_description_class_init (
static TpDBusPropertiesMixinPropImpl media_description_props[] = {
{ "Interfaces", "interfaces", NULL },
{ "FurtherNegotiationRequired", "further-negotiation-required", NULL },
- { "HasRemoteInformation", "has-remote-information, NULL "},
+ { "HasRemoteInformation", "has-remote-information", NULL},
{ "Codecs", "codecs", NULL },
{ "RemoteContact", "remote-contact", NULL },
{ "SSRCs", "ssrcs", NULL },