[vinagre/gnome-3-0] Add range to history-size GSettings key



commit 8ad4e3f82943e69cc58c8e39610a5cb809a8cc5f
Author: David King <amigadave amigadave com>
Date:   Fri Sep 30 13:36:19 2011 +0200

    Add range to history-size GSettings key
    
    As suggested by Christian Persch in bug 625895.

 data/org.gnome.Vinagre.gschema.xml.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.Vinagre.gschema.xml.in b/data/org.gnome.Vinagre.gschema.xml.in
index ccc2684..a556989 100644
--- a/data/org.gnome.Vinagre.gschema.xml.in
+++ b/data/org.gnome.Vinagre.gschema.xml.in
@@ -18,6 +18,7 @@
     </key>
     <key name="history-size" type="i">
       <default>15</default>
+      <range min="0" max="65535" />
       <_summary>Maximum number of history items in connect dialog</_summary>
       <_description>Specifies the maximum number of items in the host dropdown entry.</_description>
     </key>



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