summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-10 18:30:23 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-10 18:30:23 +0000
commitbf09470d79ca7fd0e5e32a6d1fcd4b88a7c4a79b (patch)
tree8958c5cf17abaec177d12ae926795f16ca84e578 /ChangeLog.pre-2-2
parent94218b8cfe573a7996a747b6ece9c5f46f204954 (diff)
downloadgtk+-bf09470d79ca7fd0e5e32a6d1fcd4b88a7c4a79b.tar.gz
Fix some cases where signal connection IDs where being assigned to guint
Wed Jul 10 14:27:14 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c gtk/gtkcolorsel.c gtk/gtkdialog.c gtk/gtktextbtree.c: Fix some cases where signal connection IDs where being assigned to guint rather than gulong. (part of #87281, Shivram U)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-27
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8c62d15691..d0461c603d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,10 @@
+Wed Jul 10 14:27:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * modules/input/gtkimcontextxim.c gtk/gtkcolorsel.c
+ gtk/gtkdialog.c gtk/gtktextbtree.c: Fix some cases
+ where signal connection IDs where being assigned to
+ guint rather than gulong. (part of #87281, Shivram U)
+
Fri Jul 5 20:18:23 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenushell.[ch] gtk/gtkmenubar.c gtk/gtkmenuitem.c