diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 39c2bfe6cd..b198b5dc3a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2005-01-28 Rodrigo Moya <rodrigo@novell.com> + + Fixes #33078 + + * gui/gnome-cal.c: deal now with categories entirely here, no more + "categories_changed" signal from the backends. + (free_categories, add_categories, append_category_cb, + client_categories_changed_cb, copy_categories): removed. + (gnome_calendar_add_source): don't connect to removed signal. + (gnome_calendar_destroy): destroy the config listener. + (gnome_calendar_init): create a listener for the categories list + GConf key. + (config_categories_changed_cb): callback for configuration changes + in category list. + (setup_widgets): initialize the search bar with categories from + the configuration. + + * gui/e-tasks.c (client_categories_changed_cb, e_tasks_add_todo_source, + e_tasks_init, config_categories_changed_cb, e_tasks_destroy, + setup_widgets): same as gnome-cal.c. + 2005-01-26 JP Rosevear <jpr@novell.com> Fixes #71485 |