summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-08-17 19:49:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-08-17 19:49:06 +0000
commit0f8e13ca600f311d74df706ecc281902368d13f6 (patch)
tree6f3de409e81316bdd9362359a18d80417dd68f26 /ChangeLog
parent8830e211f8fccef8f4c722983aded567aa8b0f08 (diff)
downloadgdk-pixbuf-0f8e13ca600f311d74df706ecc281902368d13f6.tar.gz
guard against division by zero. (Fixes bug #1339)
Tue Aug 17 15:47:07 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar): guard against division by zero. (Fixes bug #1339)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 5 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index bda988eaa..ba73908ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 17 15:47:07 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
+ guard against division by zero. (Fixes bug #1339)
+
Tue Aug 17 10:56:49 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_move_{forward,backward}_word):
@@ -10,19 +15,6 @@ Tue Aug 17 10:28:52 1999 Owen Taylor <otaylor@redhat.com>
modality to error dialog as well as confirmation dialogs.
(Bug #1803, reported by Rosanna Wing Sze Yuen)
-Thu Aug 5 17:05:39 1999 Owen Taylor <otaylor@redhat.com>
-
- * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call gtk_rc_init()
- here since that will the default files to be parsed again.
- Instead, recreate rc_style_ht upon demand.
-
- * gtk/gtkrc.c: Fix problem where RC styles that were freed
- would be left in realized_style_ht, resulting in
- lookups that returned stale data.
-
- * gtk/gtkrc.c (gtk_rc_style_unref): Code style cleanups.
- Create a GtkRcStylePrivate structure in the GDK style.
-
Wed Aug 11 13:38:26 BST 1999 Tony Gale <gale@gtk.org>
* docs/gtkfaq.sgml: FAQ Update