summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-03-26 20:54:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-03-26 20:54:17 +0000
commit2c613ffd95fd25dceea8173271f3fbc488321cd9 (patch)
treee44f8e8c1ac30bcf7a3374397395482de7b79c85 /ChangeLog
parentcf41369b5b0f7898cb9c49a35dfb8febd7aef364 (diff)
downloadgdk-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15dc1b841..22114f22c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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