diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3f355cd8a4..66ac91aaa2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2003-02-22 Hans Petter Jansson <hpj@ximian.com> + * gui/dialogs/task-details-page.c (get_widgets): Show the custom + widgets, since libglade appears to not want to do that. + + * gui/dialogs/task-page.c (clear_widgets): Make the description + field use a GtkTextView. + (task_page_fill_widgets): Ditto. + (task_page_fill_component): Ditto. + (init_widgets): Ditto. + (get_widgets): Show the custom widgets, since libglade doesn't do it. + +2003-02-22 Hans Petter Jansson <hpj@ximian.com> + * pcs/cal-backend.c (cal_backend_unref_categories): Add an iteration statement. Fixes hang in wombat. |