summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-08-04 14:55:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-08-04 14:55:04 +0000
commit790a6ae5b2db1b946cc6e6cc60499177f767ad9f (patch)
tree2dd9186d42570fbb631b3385ccfa462db76bbd4d /ChangeLog
parentfb8cd9520f5194d22953a4105be6d659c8b5044c (diff)
downloadgtk+-790a6ae5b2db1b946cc6e6cc60499177f767ad9f.tar.gz
Empty rows/columns of the table should not have been marked as being able
Tue Aug 4 10:59:19 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtktable.[ch]: Empty rows/columns of the table should not have been marked as being able to shrink. (Fixes prorlem with shrinking scrollbarless GIMP canvases)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 172ab42775..74ab1c79d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 4 10:59:19 1998 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtktable.[ch]: Empty rows/columns of the table
+ should not have been marked as being able to shrink.
+ (Fixes prorlem with shrinking scrollbarless GIMP canvases)
+
1998-08-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkctree.c (gtk_ctree_find_by_row_data_custom): New public