[empathy] Use new GOA desktop file
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Use new GOA desktop file
- Date: Thu, 29 Sep 2011 12:29:16 +0000 (UTC)
commit 237a67249bc51c68ea9b437dd434184e8080469b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Sep 29 14:23:22 2011 +0200
Use new GOA desktop file
https://bugzilla.gnome.org/show_bug.cgi?id=660449
libempathy-gtk/empathy-account-widget.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index 897b9bb..f3a2a66 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));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]