diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-05-24 04:04:10 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-24 15:39:30 +0200 |
commit | b18b33ae8234982dcc4e694358cbcbc32c3e7e3a (patch) | |
tree | 3ace9b0ebece960e37dec037873011c528608f57 /README.in | |
parent | 14f7717770c9304822abe00728d0ebdf50210f68 (diff) | |
download | gtk+-b18b33ae8234982dcc4e694358cbcbc32c3e7e3a.tar.gz |
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
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -111,15 +111,11 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. -* 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. +* GtkAdjustment now enforces 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. * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS |