aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-29 20:23:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-29 20:23:57 +0800
commit237a67249bc51c68ea9b437dd434184e8080469b (patch)
treef7789c04353943c7b725ef5e275dd0800d2020e9 /libempathy-gtk
parent7978eacb5d49b518a7f7b4e7b92c8a7bfb8fc400 (diff)
downloadgsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar.gz
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar.bz2
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar.lz
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar.xz
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.tar.zst
gsoc2013-empathy-237a67249bc51c68ea9b437dd434184e8080469b.zip
Use new GOA desktop file
https://bugzilla.gnome.org/show_bug.cgi?id=660449
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 897b9bbf2..f3a2a66ad 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -1194,10 +1194,11 @@ account_widget_build_external (EmpathyAccountWidget *self,
else if (!tp_strdiff (provider, "org.gnome.OnlineAccounts"))
{
/* FIXME: we should publish the .desktop file in some general way */
- desktop_info = g_desktop_app_info_new ("goa-prefs.desktop");
+ desktop_info = g_desktop_app_info_new (
+ "gnome-online-accounts-panel.desktop");
if (desktop_info == NULL)
- g_critical ("Could not locate 'goa-prefs.desktop'");
+ g_critical ("Could not locate 'gnome-online-accounts-panel.desktop'");
else
name = g_app_info_get_name (G_APP_INFO (desktop_info));
}