summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-pidgin.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-store-pidgin.c')
-rw-r--r--telepathy-logger/log-store-pidgin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/log-store-pidgin.c b/telepathy-logger/log-store-pidgin.c
index 284783b..a76c066 100644
--- a/telepathy-logger/log-store-pidgin.c
+++ b/telepathy-logger/log-store-pidgin.c
@@ -250,7 +250,7 @@ log_store_pidgin_get_dir (TplLogStore *self,
const GHashTable *params;
params = tp_account_get_parameters (account);
- protocol = tp_account_get_protocol (account);
+ protocol = tp_account_get_protocol_name (account);
if (tp_strdiff (protocol, "irc") == 0)
{
@@ -515,7 +515,7 @@ log_store_pidgin_dup_account (const gchar *filename)
TpAccount *acc = (TpAccount *) l->data;
const GHashTable *params;
- if (tp_strdiff (tp_account_get_protocol (acc), protocol))
+ if (tp_strdiff (tp_account_get_protocol_name (acc), protocol))
continue;
params = tp_account_get_parameters (acc);