gnome-settings-daemon r192 - in trunk: . gnome-settings-daemon



Author: mccann
Date: Fri Feb 29 23:03:42 2008
New Revision: 192
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=192&view=rev

Log:
2008-02-29  William Jon McCann  <jmccann redhat com>

	* gnome-settings-daemon/main.c:
	Disable debug by default again.



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	Fri Feb 29 23:03:42 2008
@@ -39,7 +39,7 @@
 
 static char      *gconf_prefix = NULL;
 static gboolean   no_daemon    = TRUE;
-static gboolean   debug        = TRUE;
+static gboolean   debug        = FALSE;
 
 static GOptionEntry entries[] = {
         {"debug", 0, 0, G_OPTION_ARG_NONE, &debug, "Enable debugging code", NULL },



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