From 94ab074ae6bb7fc8274c4201e53f6890dd357d5e Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 7 Jun 2004 14:11:44 +0000 Subject: open task lists asynchronously. (client_cal_opened_cb): callback from the 2004-06-07 Rodrigo Moya * gui/e-tasks.c (e_tasks_add_todo_source): open task lists asynchronously. (client_cal_opened_cb): callback from the client when opened. * gui/gnome-cal.c (client_cal_opened_cb): disconnect from all signals of the client when opening it fails. Clean up the status messages correctly, based on source type. (open_ecal): for tasks, use e_calendar_table_set_status_message not e_calendar_view_set_status_message. (gnome_calendar_remove_source_by_uid): call update_query only when removing calendars, not tasks lists. (update_query): set meaningful status messages. svn path=/trunk/; revision=26236 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9a30b2c285..89aef53cf7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2004-06-07 Rodrigo Moya + + * gui/e-tasks.c (e_tasks_add_todo_source): open task lists + asynchronously. + (client_cal_opened_cb): callback from the client when opened. + + * gui/gnome-cal.c (client_cal_opened_cb): disconnect from all + signals of the client when opening it fails. Clean up the status + messages correctly, based on source type. + (open_ecal): for tasks, use e_calendar_table_set_status_message + not e_calendar_view_set_status_message. + (gnome_calendar_remove_source_by_uid): call update_query only when + removing calendars, not tasks lists. + (update_query): set meaningful status messages. + 2004-06-06 Vardhman Jain * Bug #36247 -- cgit