From cde70cc9640c0a42311844ba77b3ae49a63487c2 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Thu, 1 Aug 2013 08:39:56 +0100 Subject: Save the UOA provider name in the pkg-config file https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tp-account-widgets/tpaw-keyring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tp-account-widgets') diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c index 533b0da7..9f96458f 100644 --- a/tp-account-widgets/tpaw-keyring.c +++ b/tp-account-widgets/tpaw-keyring.c @@ -274,7 +274,7 @@ tpaw_keyring_get_account_password_async (TpAccount *account, const gchar *provider; provider = tp_account_get_storage_provider (account); - if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER)) + if (!tp_strdiff (provider, TPAW_UOA_PROVIDER)) { uoa_get_account_password (account, simple); g_object_unref (simple); @@ -574,7 +574,7 @@ tpaw_keyring_set_account_password_async (TpAccount *account, const gchar *provider; provider = tp_account_get_storage_provider (account); - if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER)) + if (!tp_strdiff (provider, TPAW_UOA_PROVIDER)) { uoa_set_account_password (account, password, remember, simple); g_object_unref (simple); @@ -693,7 +693,7 @@ tpaw_keyring_delete_account_password_async (TpAccount *account, const gchar *provider; provider = tp_account_get_storage_provider (account); - if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER)) + if (!tp_strdiff (provider, TPAW_UOA_PROVIDER)) { /* I see no other way to forget the stored password than overwriting * with an empty one. */ -- cgit v1.2.1