diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-26 20:54:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-26 20:54:17 +0000 |
commit | 2c613ffd95fd25dceea8173271f3fbc488321cd9 (patch) | |
tree | e44f8e8c1ac30bcf7a3374397395482de7b79c85 /ChangeLog | |
parent | cf41369b5b0f7898cb9c49a35dfb8febd7aef364 (diff) | |
download | gdk-pixbuf-2c613ffd95fd25dceea8173271f3fbc488321cd9.tar.gz |
Don't reference the widgets in the resulting list. (#11821) This makes
Mon Mar 26 15:48:45 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
reference the widgets in the resulting list. (#11821)
This makes this consistent with gtk_container_children.
* gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
uses of gtk_window_list_toplevels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Mar 26 15:48:45 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't + reference the widgets in the resulting list. (#11821) + This makes this consistent with gtk_container_children. + + * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two + uses of gtk_window_list_toplevels. + Mon Mar 26 15:26:17 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add |