From 405a128ebd06be4a3628c4aa2413c8c44d07d7c6 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 5 Jan 2005 11:40:08 +0000 Subject: added a new argument to pass the calendar client, since it might happen to 2005-01-05 Rodrigo Moya * gui/e-day-view.c (e_day_view_find_event_from_uid): added a new argument to pass the calendar client, since it might happen to have events with the same UID on different calendars. (e_day_view_do_key_press, model_rows_deleted_cb): added new argument to e_day_view_find_event_from_uid. * gui/e-week-view.c (e_week_view_find_event_from_uid): same as e-day-view.c. (e_week_view_do_key_press, model_rows_deleted_cb): added new argument to e_week_view_find_event_from_uid. svn path=/trunk/; revision=28245 --- calendar/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9276b09671..a1d789dad0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2005-01-05 Rodrigo Moya + + * gui/e-day-view.c (e_day_view_find_event_from_uid): added a new + argument to pass the calendar client, since it might happen to have + events with the same UID on different calendars. + (e_day_view_do_key_press, model_rows_deleted_cb): added new argument + to e_day_view_find_event_from_uid. + + * gui/e-week-view.c (e_week_view_find_event_from_uid): same as + e-day-view.c. + (e_week_view_do_key_press, model_rows_deleted_cb): added new argument + to e_week_view_find_event_from_uid. + 2005-01-04 Rodrigo Moya * gui/e-cal-component-preview.c (write_html): use the new e-categories -- cgit v1.2.3