diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-13 22:14:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-13 22:14:47 +0000 |
commit | 1d4c37cd2d59073ec0faa2029e1cd3ffdaedc9da (patch) | |
tree | 368e56192436492d1c2a2d4bc41adb9843b49faa /ChangeLog.pre-2-0 | |
parent | 5ebe8faab2c02715bbc13412206aa00c1772b16c (diff) | |
download | gdk-pixbuf-1d4c37cd2d59073ec0faa2029e1cd3ffdaedc9da.tar.gz |
Unset the acceleratable_groups qdata because qdata isn't removed on
Wed Mar 13 17:11:10 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset
the acceleratable_groups qdata because qdata isn't removed
on ->dispose but rather on ->finalize. (#74569, found
by Matt Wilson.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index bdcf4a982..e5cf63ce1 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Wed Mar 13 17:11:10 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset + the acceleratable_groups qdata because qdata isn't removed + on ->dispose but rather on ->finalize. (#74569, found + by Matt Wilson.) + Tue Mar 12 23:14:23 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix |