[gedit/wip/redesign2: 3/13] Use auto in the setting for notebook tabs



commit ded90e946306e3919730b26e83e6351f3b2e9fc5
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]