summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-07 03:44:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-07 03:44:58 +0000
commit002ceac808b55958adc73a64bee1b4ffc14edb71 (patch)
tree99a263020d1cadd35ac2652ad8c2d0b7c939b033 /ChangeLog.pre-2-6
parentcd79561f8f3c7168d6eb9a160cb5b27558bbae8b (diff)
downloadgtk+-002ceac808b55958adc73a64bee1b4ffc14edb71.tar.gz
Reduce rounding error. (#154658, John Cupitt)
2004-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding error. (#154658, John Cupitt)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-63
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 5265afbc94..2f7988e7a5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,8 @@
2004-10-06 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkpaned.c (gtk_paned_compute_position): Reduce rounding
+ error. (#154658, John Cupitt)
+
* gtk/gtktreeselection.c (gtk_tree_selection_get_selected): Clear
the iter instead of returning it unmodified. (#154186, Jonathan Blandford)