From e4c953117a2b5360faf0fc32e15519a1398added Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 12 Aug 2008 12:49:17 +0000 Subject: [PATCH] Fix my last entry. svn path=/trunk/; revision=26512 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cc1bee9a7..7a5406197a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2008-08-12 Michael Natterer * modules/color-selector-wheel.c: override the wheel's - size-allocate and return a small requisition that allows to be - resized smaller again. + size-request and return a small requisition that allows + it to be resized smaller again. 2008-08-12 Sven Neumann