[gnome-online-accounts] Launch the right preferences



commit ea67ed8a68d0c2aea4339f4fc083664f77a33e92
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 27 21:06:14 2011 -0400

    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.

 src/daemon/goadaemon.c |    2 +-
 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),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]