diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-22 01:15:29 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-22 01:15:29 +0800 |
commit | 2493b75dbbd985baf1c280a1271ea48e9ea31c10 (patch) | |
tree | 0608884b091e9dc65ef71214d371760d24571d75 /calendar/ChangeLog | |
parent | 6ef128578c27160cf8e72e6c840837d403e52d23 (diff) | |
download | gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar.gz gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar.bz2 gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar.lz gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar.xz gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.tar.zst gsoc2013-evolution-2493b75dbbd985baf1c280a1271ea48e9ea31c10.zip |
added 'ECalSourceType' argument to be able to create the ECal correctly.
2004-01-21 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/calendar-setup.c (create_new_source_with_group):
added 'ECalSourceType' argument to be able to create the
ECal correctly. Added a call to e_cal_open with 'only_if_exists'
set to FALSE so that the backend creates the calendar.
(new_calendar_finish, new_task_list_finish): pass new argument
to create_new_source_with_group.
svn path=/trunk/; revision=24352
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a1999658aa..409c1bc54c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2004-01-21 Rodrigo Moya <rodrigo@ximian.com> + * gui/dialogs/calendar-setup.c (create_new_source_with_group): + added 'ECalSourceType' argument to be able to create the + ECal correctly. Added a call to e_cal_open with 'only_if_exists' + set to FALSE so that the backend creates the calendar. + (new_calendar_finish, new_task_list_finish): pass new argument + to create_new_source_with_group. + +2004-01-21 Rodrigo Moya <rodrigo@ximian.com> + * gui/tasks-component.c (delete_task_list_cb): call e_cal_remove_calendar to actually remove the task list via the backend. |