From 1b6c15836e81f0cc0a7934d5478cd5f407a57a60 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 8 Jul 2000 19:18:11 +0000 Subject: comment out true but confused warning about non-scrollable widgets until * e-scroll-frame.c (e_scroll_frame_add): comment out true but confused warning about non-scrollable widgets until Chris and/or Federico fix this correctly. (e_scroll_frame_size_allocate): If the available space for the child is less than the width/height of the frame, give the child an allocation of 0 rather than some small negative number cast to unsigned. svn path=/trunk/; revision=3977 --- widgets/misc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 7cad0cfc37..cb2fd56fe9 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2000-07-08 Dan Winship + + * e-scroll-frame.c (e_scroll_frame_add): comment out true but + confused warning about non-scrollable widgets until Chris and/or + Federico fix this correctly. + (e_scroll_frame_size_allocate): If the available space for the + child is less than the width/height of the frame, give the child + an allocation of 0 rather than some small negative number cast to + unsigned. + 2000-07-05 Dan Winship * Makefile.am (INCLUDES): Set G_LOG_DOMAIN=__FILE__ rather than -- cgit v1.2.3