[glade3] Fix default generation of GtkSpinButtons



commit 35c3e06af273b64d6c6fc7c302bcd0f486227263
Author: Adam Buchbinder <adam buchbinder gmail com>
Date:   Tue Jan 19 19:40:28 2010 +0100

    Fix default generation of GtkSpinButtons
    
    Every new GtkSpinButton added has the default adjustment "page
    size" value set to 10, but this is deprecated.
    It should be set to 0.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=557851
    
    Signed-off-by: Javier Jardón <jjardon gnome org>

 plugins/gtk+/gtk+.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 2d0cdb3..bd03618 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1084,7 +1084,7 @@ embedded in another object</_tooltip>
         <property id="text" disabled="True"/>
         <property id="value" disabled="True"/>
 	<property id="can-focus" default="True"/>
-        <property id="adjustment" default="0 0 100 1 10 10"/>
+        <property id="adjustment" default="0 0 100 1 10 0"/>
         <property id="update-policy">
   	  <displayable-values>
 	    <value id="GTK_UPDATE_ALWAYS" _name="Always"/>



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