gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r975 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r975 - GNUnet/src/conf
Date: Wed, 22 Jun 2005 11:48:28 -0700 (PDT)

Author: durner
Date: 2005-06-22 11:48:26 -0700 (Wed, 22 Jun 2005)
New Revision: 975

Modified:
   GNUnet/src/conf/gconf.c
Log:
Dont show "internal" name of the settings by default

Modified: GNUnet/src/conf/gconf.c
===================================================================
--- GNUnet/src/conf/gconf.c     2005-06-22 17:36:18 UTC (rev 974)
+++ GNUnet/src/conf/gconf.c     2005-06-22 18:48:26 UTC (rev 975)
@@ -52,7 +52,7 @@
 };
 
 static gint view_mode = SPLIT_VIEW;
-static gboolean show_name = TRUE;
+static gboolean show_name = FALSE;
 static gboolean show_range = FALSE;
 static gboolean show_value = TRUE;
 static gboolean show_all = FALSE;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]