aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-02-19 14:29:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-24 17:07:27 +0800
commit0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80 (patch)
tree0377ca14d1667c1ca2443f80f52556776c5f5fc6
parent523fae52e96c033d90cc11e9b3f447a4f7da952d (diff)
downloadgsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar.gz
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar.bz2
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar.lz
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar.xz
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.tar.zst
gsoc2013-empathy-0ef34eea7f5e8d126903d65d190fdd2b3fe5ff80.zip
Use new name of Ubuntu Online Accounts panel.
Since migrating to unity-control-center the name for the credentials panel has changed. Use this new name. https://bugzilla.gnome.org/show_bug.cgi?id=724711
-rw-r--r--src/empathy-accounts-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 76b460a7e..21b3fd609 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -645,7 +645,7 @@ use_external_storage_provider (EmpathyAccountsDialog *self,
}
else if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER))
{
- empathy_launch_external_app ("gnome-credentials-panel.desktop",
+ empathy_launch_external_app ("unity-credentials-panel.desktop",
NULL, NULL);
return;
}
@@ -2658,7 +2658,7 @@ am_prepare_cb (GObject *source,
args = g_strdup_printf ("account-details=%u", g_value_get_uint (value));
}
- empathy_launch_external_app ("gnome-credentials-panel.desktop", args, NULL);
+ empathy_launch_external_app ("unity-credentials-panel.desktop", args, NULL);
g_free (args);
out: