~ubuntu-branches/ubuntu/oneiric/glade-3/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/02_spinbutton-adjustment.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-04-28 15:29:16 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428152916-9l0do44tmyjlnbiq
Tags: 3.6.3-0ubuntu1
* New upstream version (LP: #368390)
  - Fixed crash configuring button content (LP: #356013)
  - Fixed crash adding related action to button (LP: #358467)
  - Fixed allowing invalid data for GtkTreeStore (LP: #345989)
* debian/patches/02_spinbutton-adjustment.patch:
  - Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder.
    (LP: #323228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' glade-3-3.6.3/plugins/gtk+/gtk+.xml.in glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in
 
2
--- glade-3-3.6.3/plugins/gtk+/gtk+.xml.in      2009-04-23 00:16:31.000000000 +1000
 
3
+++ glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in  2009-04-28 15:43:53.000000000 +1000
 
4
@@ -1083,7 +1083,7 @@
 
5
         <property id="text" disabled="True"/>
 
6
         <property id="value" disabled="True"/>
 
7
        <property id="can-focus" default="True"/>
 
8
-        <property id="adjustment" default="0 0 100 1 10 10"/>
 
9
+        <property id="adjustment" default="0 0 100 1 10 0"/>
 
10
         <property id="update-policy">
 
11
          <displayable-values>
 
12
            <value id="GTK_UPDATE_ALWAYS" _name="Always"/>