From e1e8526ea808a8d30251b7c871ffcd820b7c223d Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sat, 24 Jan 2004 22:45:53 +0000 Subject: new function. 2004-01-24 Rodrigo Moya * gui/calendar-component.[ch] (calendar_component_peek_source_selector): new function. * gui/tasks-component.[ch] (tasks_component_peek_source_selector): new function. * gui/e-tasks.c (backend_died_cb): * gui/gnome-cal.c (backend_died_cb): don't tell the user to restart Evolution, there is no need now, just unselecting and selecting back the calendar loads it again. Also, remove the crashed client from the list of loaded clients. Also, unselect the source on the source selector. svn path=/trunk/; revision=24417 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f51ae5d262..0560b2facf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2004-01-24 Rodrigo Moya + + * gui/calendar-component.[ch] + (calendar_component_peek_source_selector): new function. + + * gui/tasks-component.[ch] + (tasks_component_peek_source_selector): new function. + + * gui/e-tasks.c (backend_died_cb): + * gui/gnome-cal.c (backend_died_cb): don't tell the user to restart + Evolution, there is no need now, just unselecting and selecting + back the calendar loads it again. Also, remove the crashed client + from the list of loaded clients. Also, unselect the source on + the source selector. + 2004-01-24 JP Rosevear * gui/tasks-component.c (update_primary_selection): use -- cgit