aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-06 19:58:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-07 15:12:53 +0800
commitf39236c18404ea048293067012d6504757198362 (patch)
treeb311578899f49b4c5dbee28a0eb22ead462000bf /libempathy
parent543b740d588715174fcc69a18e90c741d13e3ee1 (diff)
downloadgsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar.gz
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar.bz2
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar.lz
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar.xz
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.tar.zst
gsoc2013-empathy-f39236c18404ea048293067012d6504757198362.zip
account-settings: use TpConnectionManager accessors
https://bugzilla.gnome.org/show_bug.cgi?id=677545
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index dc361fdb3..e37b098df 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -609,7 +609,7 @@ empathy_account_settings_check_readyness (EmpathyAccountSettings *self)
if (tp_connection_manager_param_is_required (cur))
{
priv->required_params = g_list_append (priv->required_params,
- g_strdup (cur->name));
+ g_strdup (tp_connection_manager_param_get_name (cur)));
}
}
@@ -853,7 +853,7 @@ empathy_account_settings_get_dbus_signature (EmpathyAccountSettings *settings,
if (p == NULL)
return NULL;
- return p->dbus_signature;
+ return tp_connection_manager_param_get_dbus_signature (p);
}
const GValue *