summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-29 00:15:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-29 00:15:11 +0000
commit7dfb78f88292a96f537c3d265f14b4fdc7588649 (patch)
tree2c0028d4c83293459f2e75881d89ddbafd7c0829 /ChangeLog
parentfe60d43a26380580e54ddec62a3746253f07cc0d (diff)
downloadgtk+-7dfb78f88292a96f537c3d265f14b4fdc7588649.tar.gz
Don't show the window unless the widget is mapped. (#76742, Dennis
Thu Mar 28 18:38:30 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Don't show the window unless the widget is mapped. (#76742, Dennis Björklund, Soeren Sandmann)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0fcaffac..66bc216965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 28 18:38:30 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate):
+ Don't show the window unless the widget is mapped.
+ (#76742, Dennis Björklund, Soeren Sandmann)
+
2002-03-29 Hans Breuer <hans@breuer.org>
Fixed dashed line issues (#74441) to an IMO reasonable extend.