[gnome-commander/GSettings] Introduces range limits for cmdline-history-length



commit 581163a44a13dc601ade95c2528c5045f255f0db
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Fri Jul 29 23:56:45 2016 +0200

    Introduces range limits for cmdline-history-length

 data/org.gnome.gnome-commander.gschema.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.gnome-commander.gschema.xml b/data/org.gnome.gnome-commander.gschema.xml
index 0d30773..c02b21c 100644
--- a/data/org.gnome.gnome-commander.gschema.xml
+++ b/data/org.gnome.gnome-commander.gschema.xml
@@ -210,6 +210,7 @@
     </key>
     <key name="cmdline-history-length" type="u">
       <default>16</default>
+      <range min="0" max="16"/>
       <summary>Commandline history length</summary>
     </key>
     <key name="horizontal-orientation" type="b">


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