diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-01-05 19:40:08 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-01-05 19:40:08 +0800 |
commit | 405a128ebd06be4a3628c4aa2413c8c44d07d7c6 (patch) | |
tree | 9eb2453ad7f2a35e13659aebd9bf36222c973f98 /calendar/ChangeLog | |
parent | 3fe558d643c7477f414cc9a8012d9f76df980bd7 (diff) | |
download | gsoc2013-evolution-405a128ebd06be4a3628c4aa2413c8c44d07d7c6.tar.gz gsoc2013-evolution-405a128ebd06be4a3628c4aa2413c8c44d07d7c6.tar.zst gsoc2013-evolution-405a128ebd06be4a3628c4aa2413c8c44d07d7c6.zip |
added a new argument to pass the calendar client, since it might happen to
2005-01-05 Rodrigo Moya <rodrigo@novell.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <rodrigo@novell.com> + + * 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 <rodrigo@novell.com> * gui/e-cal-component-preview.c (write_html): use the new e-categories |