[nautilus] Disable the status bar by default in new windows



commit 4298e522e25ea5075090822a5497164051373a4b
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Feb 17 19:03:39 2011 +0100

    Disable the status bar by default in new windows

 .../org.gnome.nautilus.gschema.xml.in              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index b3e8e75..ede7357 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -394,7 +394,7 @@
       <_description>If set to true, newly opened windows will have the location bar visible.</_description>
     </key>
     <key name="start-with-status-bar" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Show status bar in new windows</_summary>
       <_description>If set to true, newly opened windows will have the status bar visible.</_description>
     </key>



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