summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-11-08 05:58:41 +0000
committerManish Singh <yosh@src.gnome.org>1998-11-08 05:58:41 +0000
commit3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56 (patch)
tree7f8cbb123b28b658a0530af5742ac4d000fa4d93 /ChangeLog
parenta77c4da512b1e3fedce9d9105d8961e47f6e5100 (diff)
downloadgtk+-3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56.tar.gz
check if column[i].button is valid before calling gtk_widget_intersect on
* gtk/gtkclist.c: check if column[i].button is valid before calling gtk_widget_intersect on it in gtk_clist_draw * gtk/gtkdnd.c: removed unused variable empty_bits * gtk/gtkrc.c: we should use gslist_* functions with GSLists... * gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return a boolean (thanks to Elrond for noticing this) -Yosh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52bae6155c..c38c104225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sat Nov 7 21:55:00 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * gtk/gtkclist.c: check if column[i].button is valid before calling
+ gtk_widget_intersect on it in gtk_clist_draw
+
+ * gtk/gtkdnd.c: removed unused variable empty_bits
+
+ * gtk/gtkrc.c: we should use gslist_* functions with GSLists...
+
+ * gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return
+ a boolean (thanks to Elrond for noticing this)
+
1998-11-07 Jay Cox <jaycox@earthlink.net>
* gtk/gtkwindow.c: forward declaration for gtk_window_paint