summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLassi Syrjala <lassi.syrjala@nokia.com>2010-07-12 16:41:40 +0300
committerLassi Syrjala <lassi.syrjala@nokia.com>2010-07-12 16:42:46 +0300
commit28c29abc33098c82054ed43bdb6341756465eab9 (patch)
tree78107d7e82c668f565615b855f9c6daa645fa4a3 /src
parent61ec88049014c87fa7e8ca9d27d9232575ab5adf (diff)
s/Mandatory/AnonymityMandatory/
Diffstat (limited to 'src')
-rw-r--r--src/ring-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ring-connection.c b/src/ring-connection.c
index 1ffca71..cdeb8d1 100644
--- a/src/ring-connection.c
+++ b/src/ring-connection.c
@@ -648,7 +648,7 @@ TpCMParamSpec const ring_connection_params[] = {
NULL,
},
- { TP_IFACE_CONNECTION_INTERFACE_ANONYMITY ".Mandatory",
+ { TP_IFACE_CONNECTION_INTERFACE_ANONYMITY ".AnonymityMandatory",
DBUS_TYPE_BOOLEAN_AS_STRING, G_TYPE_BOOLEAN,
TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY,
GUINT_TO_POINTER(FALSE),
@@ -1121,7 +1121,7 @@ ring_connection_validate_initial_members(RingConnection *self,
static TpDBusPropertiesMixinPropImpl
ring_connection_anon_properties[] = {
{ "SupportedAnonymityModes", "anon-supported-modes", "anon-supported-modes" },
- { "Mandatory", "anon-mandatory", "anon-mandatory" },
+ { "AnonymityMandatory", "anon-mandatory", "anon-mandatory" },
{ "AnonymityModes", "anon-modes", "anon-modes" },
{ NULL }
};