]> Pileus Git - ~andy/gtk/commit
Revert "Forward-port a GtkAdjustment compatibility fix"
authorJavier Jardón <jjardon@gnome.org>
Mon, 24 May 2010 02:04:10 +0000 (04:04 +0200)
committerJavier Jardón <jjardon@gnome.org>
Mon, 24 May 2010 13:39:30 +0000 (15:39 +0200)
commitb18b33ae8234982dcc4e694358cbcbc32c3e7e3a
tree3ace9b0ebece960e37dec037873011c528608f57
parent14f7717770c9304822abe00728d0ebdf50210f68
Revert "Forward-port a GtkAdjustment compatibility fix"

In the early 2.14.x releases, GtkAdjustment was changed to enforce
that values are restricted to the range [lower, upper - page_size].
This has always been the documented behaviour, and the recommended
practice is to set page_size to 0 when using adjustments for simple
scalar values, like in a slider or spin button.
Due to the large number of applications that are affected by this
change, the behaviour has been reverted to the old behaviour in
2.14.3, with an explicit warning that this change will be
reintroduced in 2.90.

This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13.

https://bugzilla.gnome.org/show_bug.cgi?id=619474
README.in
gtk/gtkadjustment.c
gtk/gtkcombobox.c
gtk/gtkiconview.c
gtk/gtkrange.c
gtk/gtkscrolledwindow.c
gtk/gtkspinbutton.c
gtk/gtktreeview.c