diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-13 20:45:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-13 20:45:15 +0000 |
commit | 38bb62c43da21a826f50d7f94db4cae7b51b01d4 (patch) | |
tree | 0dc12d852af66d19240925d9d682d0d1a6427d10 /ChangeLog.pre-2-4 | |
parent | b1b58fe3df6eade4df98bdee0c55549d71bd5c78 (diff) | |
download | gtk+-38bb62c43da21a826f50d7f94db4cae7b51b01d4.tar.gz |
Remove the window from the toplevel_list here rather in destroy. While
Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_destroy): Remove
the window from the toplevel_list here rather in destroy.
While this is theoretically speaking wrong, it fits
in better with the current reality that destroyed
widgets are not reusable. (#126808, Michael Natterer)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 486506e659..a63c1247f4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Sat Mar 13 15:19:17 2004 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwindow.c (gtk_window_destroy): Remove + the window from the toplevel_list here rather in destroy. + While this is theoretically speaking wrong, it fits + in better with the current reality that destroyed + widgets are not reusable. (#126808, Michael Natterer) + Sat Mar 13 21:47:47 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_expose): Don't do anything |