From a24713d8b320d0446d30ca5ed69a87cb788ff281 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 17 Nov 1998 16:53:59 +0000 Subject: Doh. Fixed stupid bug where the classification buttons were not being set 1998-11-16 Federico Mena Quintero * eventedit.c (ee_classification_widgets): Doh. Fixed stupid bug where the classification buttons were not being set correctly. (ee_store_general_values_to_ical): Take into account the fact that radio group lists are stored in reverse order of insertion. * gncal-todo.c (gncal_todo_init): Use a scrolled window to put the clist into. svn path=/trunk/; revision=475 --- calendar/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c36eacec35..128bcdc180 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 1998-11-16 Federico Mena Quintero + * eventedit.c (ee_classification_widgets): Doh. Fixed stupid bug + where the classification buttons were not being set correctly. + (ee_store_general_values_to_ical): Take into account the fact that + radio group lists are stored in reverse order of insertion. + * gncal-todo.c (gncal_todo_init): Use a scrolled window to put the clist into. -- cgit