gnome-session r5114 - in trunk: . gnome-session



Author: vuntz
Date: Mon Sep 22 12:43:26 2008
New Revision: 5114
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5114&view=rev

Log:
2008-09-22  Vincent Untz  <vuntz gnome org>

	* gnome-session/main.c: turn off debugging by default.
	Fix bug #551761.


Modified:
   trunk/ChangeLog
   trunk/gnome-session/main.c

Modified: trunk/gnome-session/main.c
==============================================================================
--- trunk/gnome-session/main.c	(original)
+++ trunk/gnome-session/main.c	Mon Sep 22 12:43:26 2008
@@ -56,8 +56,7 @@
 
 static gboolean failsafe = FALSE;
 static gboolean show_version = FALSE;
-/* FIXME: turn this off closer to release */
-static gboolean debug = TRUE;
+static gboolean debug = FALSE;
 
 static void
 on_bus_name_lost (DBusGProxy *bus_proxy,



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