diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-05-03 19:39:22 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-05-03 19:39:22 -0400 |
commit | e4bbfd9a4bc8a9a303533e75b771095f7e060acd (patch) | |
tree | c2ba2be4b4f4d67116f72cf49a74fa32f215b4f4 /README.in | |
parent | e6373738fc9c53c95e467a3681fcd3426fd94d13 (diff) | |
download | gtk+-e4bbfd9a4bc8a9a303533e75b771095f7e060acd.tar.gz |
Fix whitespace
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -69,15 +69,15 @@ 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 +* 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. + 2.14.3, with an explicit warning that this change will be + reintroduced in 2.90. * 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 |