forked from AuroraMiddleware/gtk
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.)
This commit is contained in:
parent
5ebe8faab2
commit
1d4c37cd2d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -190,6 +190,7 @@ accel_group_weak_ref_detach (GSList *free_list,
|
||||
g_object_unref (accel_group);
|
||||
}
|
||||
g_slist_free (free_list);
|
||||
g_object_set_qdata (stale_object, quark_acceleratable_groups, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user