aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 8e5f32785..ecbcbf00e 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -716,11 +716,16 @@ use_external_storage_provider (EmpathyAccountsDialog *self,
g_free (cmd);
return;
}
- else if (!tp_strdiff (provider, "org.gnome.OnlineAccounts"))
+ else if (!tp_strdiff (provider, EMPATHY_GOA_PROVIDER))
{
start_from_desktop_file ("gnome-online-accounts-panel.desktop");
return;
}
+ else if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER))
+ {
+ start_from_desktop_file ("gnome-credentials-panel.desktop");
+ return;
+ }
else
{
DEBUG ("Don't know how to handle %s", provider);