From 4ebe5d030931b7b3c8d9cac9e16277ce4250468b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 17 Oct 2002 20:59:33 +0000 Subject: changed to have a gboolean return type, which is what it's supposed to do. 2002-10-17 Rodrigo Moya * gui/dialogs/recurrence-page.c (fill_component): changed to have a gboolean return type, which is what it's supposed to do. (recurrence_page_fill_component): return the result from fill_component. * gui/dialogs/comp-editor-page.h: fixed typo in function prototype. svn path=/trunk/; revision=18387 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b2d7b87ca5..5cfd140042 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2002-10-17 Rodrigo Moya + + * gui/dialogs/recurrence-page.c (fill_component): changed to have a + gboolean return type, which is what it's supposed to do. + (recurrence_page_fill_component): return the result from + fill_component. + + * gui/dialogs/comp-editor-page.h: fixed typo in function prototype. + 2002-10-11 JP Rosevear * gui/gnome-cal.c -- cgit