summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-07 16:45:16 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-29 15:02:58 +0200
commit5763dc9c9bce465c7cffbfa29a6403496363f70f (patch)
treeeb68eb3118dc6b6394ddf49ab1839cbc183b2b8b /telepathy-glib/contact.c
parent9af5fe5b99a6446311660250a605abdcb5e4f353 (diff)
downloadtelepathy-glib-5763dc9c9bce465c7cffbfa29a6403496363f70f.tar.gz
TpConnection: deprecate connection-manager-name and add cm-name
This is to be consistent with TpProtocol naming.
Diffstat (limited to 'telepathy-glib/contact.c')
-rw-r--r--telepathy-glib/contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index b7d2b735a..abdc0a1c1 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -2639,7 +2639,7 @@ build_avatar_filename (TpConnection *connection,
token_escaped = tp_escape_as_identifier (avatar_token);
dir = g_build_filename (g_get_user_cache_dir (),
"telepathy", "avatars",
- tp_connection_get_connection_manager_name (connection),
+ tp_connection_get_cm_name (connection),
tp_connection_get_protocol_name (connection),
NULL);