Author: jensg
Date: Sun Feb 10 09:40:44 2008
New Revision: 128
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=128&view=rev

Log:
2008-02-10  Jens Granseuer  <[EMAIL PROTECTED]>

        * gnome-settings-daemon/main.c: update the default GConf prefix to
        match the changes from r112 or bug #514411


Modified:
   trunk/ChangeLog
   trunk/gnome-settings-daemon/main.c

Modified: trunk/gnome-settings-daemon/main.c
==============================================================================
--- trunk/gnome-settings-daemon/main.c  (original)
+++ trunk/gnome-settings-daemon/main.c  Sun Feb 10 09:40:44 2008
@@ -37,14 +37,14 @@
 
 #define GSD_DBUS_NAME         "org.gnome.SettingsDaemon"
 
-#define DEFAULT_GCONF_PREFIX "/apps/gnome-settings-daemon/plugins"
+#define DEFAULT_GCONF_PREFIX "/apps/gnome_settings_daemon/plugins"
 #define GCONF_PREFIX_ENV     "GNOME_SETTINGS_DAEMON_GCONF_PREFIX"
 
 static char      *gconf_prefix = NULL;
 static gboolean   no_daemon    = TRUE;
 
 static GOptionEntry entries[] = {
-        { "no-daemon", 0, 0, G_OPTION_ARG_NONE, &no_daemon, N_("Don't become a 
daemon"), NULL },
+        {"no-daemon", 0, 0, G_OPTION_ARG_NONE, &no_daemon, N_("Don't become a 
daemon"), NULL },
         {"gconf-prefix", 0, 0, G_OPTION_ARG_STRING, &gconf_prefix, "GConf 
prefix from which to load plugin settings", NULL},
         {NULL}
 };
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to