summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-06-12 19:42:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-06-12 19:42:36 +0000
commitc994d518a8df95e797ad503beb2c3d2f5641b8c9 (patch)
tree1cae3ca01c0acba961682587cd8f3994a3e14f23 /ChangeLog.pre-2-8
parenta8ebb5a02907ddd5b35a0994015a1d874ed2cff2 (diff)
downloadgdk-pixbuf-c994d518a8df95e797ad503beb2c3d2f5641b8c9.tar.gz
Handle 0 increment, to fix division-by-zero problem. (#82816, George
Wed Jun 12 15:43:38 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_snap): Handle 0 increment, to fix division-by-zero problem. (#82816, George Lebl.)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 0a1e81f6e..90a51cdcc 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+Wed Jun 12 15:43:38 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkspinbutton.c (gtk_spin_button_snap): Handle
+ 0 increment, to fix division-by-zero problem.
+ (#82816, George Lebl.)
+
Wed Jun 12 15:38:01 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):