summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-11-26 14:23:52 +0200
committerPekka Pessi <Pekka.Pessi@nokia.com>2010-11-26 14:23:52 +0200
commit7e3c4037eaa97bcd38af37e6e489acb5019be253 (patch)
tree4d44bd569dd0c09902fb29cdc1e8500eddc3134e
parent1e2a4fc044b5c892604a44788daee88541052c6e (diff)
ring-text-channel: circumvent problem with DeliveryReportingSupport
There is bug in DeliveryReportingSupport property before tp-glib 0.12.2 (and 0.13.3).
-rw-r--r--src/ring-text-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ring-text-channel.c b/src/ring-text-channel.c
index 464340d..477cb67 100644
--- a/src/ring-text-channel.c
+++ b/src/ring-text-channel.c
@@ -360,7 +360,9 @@ ring_text_channel_fill_immutable_properties (TpBaseChannel *base,
tp_dbus_properties_mixin_fill_properties_hash (G_OBJECT (base),
properties,
TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "MessagePartSupportFlags",
+#if HAVE_TP_MESSAGE_MIXIN_WITH_DELI
TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "DeliveryReportingSupport",
+#endif
TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "SupportedContentTypes",
#if notyet
RTCOM_TP_IFACE_CHANNEL_INTERFACE_SMS, "TargetMatch",