diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-07-10 18:30:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-07-10 18:30:23 +0000 |
commit | bf09470d79ca7fd0e5e32a6d1fcd4b88a7c4a79b (patch) | |
tree | 8958c5cf17abaec177d12ae926795f16ca84e578 /ChangeLog.pre-2-2 | |
parent | 94218b8cfe573a7996a747b6ece9c5f46f204954 (diff) | |
download | gtk+-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-2 | 7 |
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 |