Re: GTK adjustement changes create incompatible behaviour between versions?



On Mon, Sep 22, 2008 at 1:07 PM, Vincent Untz <vuntz gnome org> wrote:
> Le lundi 22 septembre 2008, à 12:24 +0200, Patryk Zawadzki a écrit :
>> Can we request a global freeze break permission to fix this and only
>> this?
> Could work, especially since we have a list of files that might need to
> be fixed.

Ok, first patch is attached - putting the end to the root of all evil
- glade3 itself.

-- 
Patryk Zawadzki
Index: plugins/gtk+/gtk+.xml.in
===================================================================
--- plugins/gtk+/gtk+.xml.in	(wersja 1953)
+++ plugins/gtk+/gtk+.xml.in	(kopia robocza)
@@ -741,7 +741,7 @@
         <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]