aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 17:10:57 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 17:10:57 +0800
commit0751b2d498a4fedde128f9a55bcb89d859794ee3 (patch)
tree4d003bd63f6f395b5d439553cf9ab8b0ded4b8f7 /src/empathy-accounts-common.c
parent25c022091cf9527a80db041e554e8ec35b131bf2 (diff)
downloadgsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.gz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.bz2
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.lz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.xz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.zst
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.zip
Use new tp_account_* getters
Diffstat (limited to 'src/empathy-accounts-common.c')
-rw-r--r--src/empathy-accounts-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index f6bb40278..7550c7183 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -55,7 +55,7 @@ empathy_accounts_has_non_salut_accounts (TpAccountManager *manager)
for (l = accounts ; l != NULL; l = g_list_next (l))
{
- if (tp_strdiff (tp_account_get_protocol (l->data), "local-xmpp"))
+ if (tp_strdiff (tp_account_get_protocol_name (l->data), "local-xmpp"))
{
ret = TRUE;
break;