[gedit/wip/redesign2: 4/11] Use auto in the setting for notebook tabs



commit 3b61fde4ae4625079243727750ee7a32aabb1c57
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Nov 5 23:37:51 2013 +0100

    Use auto in the setting for notebook tabs

 data/org.gnome.gedit.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
index 28a9bca..81c9ac1 100644
--- a/data/org.gnome.gedit.gschema.xml.in
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -149,7 +149,7 @@
       <description>Whether the toolbar should be visible in editing windows.</description>
     </key>
     <key name="notebook-show-tabs-mode" enum="org.gnome.gedit.GeditNotebookShowTabsModeType">
-      <default>'always'</default>
+      <default>'auto'</default>
       <summary>Notebook Show Tabs Mode</summary>
       <description>Specifies when to show the notebook tabs. Use "never" to never show the tabs, "always" to 
always show the tabs, and "auto" to show the tabs only when there is more than one tab. Note that the values 
are case-sensitive, so make sure they appear exactly as mentioned here.</description>
     </key>


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