summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-27 21:06:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-27 21:06:14 -0400
commit48239a54f7315892ef6717d6fa396362c5c761e0 (patch)
treef9d681db52fc9acc01d6d07238a77feca17212f3
parent4c6256bbbbf70662643b429f3cb1c0f2874a6699 (diff)
downloadgnome-online-accounts-48239a54f7315892ef6717d6fa396362c5c761e0.tar.gz
Launch the right preferences
goa-prefs.desktop no longer exists, since the online-accounts preferences have been merged into the control-center. Look up the right desktop file.
-rw-r--r--src/daemon/goadaemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
index e944dcc..201d922 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -810,7 +810,7 @@ notification_cb (NotifyNotification *notification,
/* TODO: Hmm, would be nice to set the screen, timestamp etc etc */
ctx = g_app_launch_context_new ();
- app = g_desktop_app_info_new ("goa-prefs.desktop");
+ app = g_desktop_app_info_new ("gnome-online-accounts-panel.desktop");
error = NULL;
if (!g_app_info_launch (G_APP_INFO (app),