summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorLars Hamann <lars@gtk.org>1998-08-10 17:56:43 +0000
committerLars Hamann <lars@src.gnome.org>1998-08-10 17:56:43 +0000
commit3184f21f0a861119e008869fc00783d292835b32 (patch)
tree7a4cca82cab91fd293b058f250cd885ef393e91e /ChangeLog.pre-2-6
parentd86059ea5a5f7bca591d6763c6f68ac092e27d80 (diff)
downloadgdk-pixbuf-3184f21f0a861119e008869fc00783d292835b32.tar.gz
Fix for resize bug. Call gtk_widget_size_allocate instead of
Sun Aug 9 23:31:59 1998 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (adjust_scrollbars): Fix for resize bug. Call gtk_widget_size_allocate instead of gtk_widget_queue_resize if the visibility state of a scrollbar changes.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-66
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0a202c477..065a49e7e 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+Sun Aug 9 23:31:59 1998 Lars Hamann <lars@gtk.org>
+
+ * gtk/gtkclist.c (adjust_scrollbars): Fix for resize bug. Call
+ gtk_widget_size_allocate instead of gtk_widget_queue_resize
+ if the visibility state of a scrollbar changes.
+
Mon Aug 10 12:49:54 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).