diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-10-30 20:34:10 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-10-30 20:34:10 +0800 |
commit | 9800056508147a73dd9bb2b9eb3b8b25cf98ebc0 (patch) | |
tree | ae495f378104c15f983afafadc4b116a48f36f16 /calendar/ChangeLog | |
parent | 2e909f008ce686043e09e74b68010037d8fb4e99 (diff) | |
download | gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar.gz gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar.bz2 gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar.lz gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar.xz gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.tar.zst gsoc2013-evolution-9800056508147a73dd9bb2b9eb3b8b25cf98ebc0.zip |
removed, since we dont save the file anymore in idle callbacks.
2003-10-30 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-backend-file.c (mark_dirty, save_idle): removed, since
we dont save the file anymore in idle callbacks.
(cal_backend_file_dispose): removed all traces of the idle saving.
(check_dup_uid, create_cal, cal_backend_file_add_timezone,
cal_backend_file_create_object, cal_backend_file_modify_object,
cal_backend_file_remove_object, cal_backend_file_receive_objects):
call save() directly instead of mark_dirty().
svn path=/trunk/; revision=23132
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ed41ac0eec..2cba6aac9e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2003-10-30 Rodrigo Moya <rodrigo@ximian.com> + * pcs/cal-backend-file.c (mark_dirty, save_idle): removed, since + we dont save the file anymore in idle callbacks. + (cal_backend_file_dispose): removed all traces of the idle saving. + (check_dup_uid, create_cal, cal_backend_file_add_timezone, + cal_backend_file_create_object, cal_backend_file_modify_object, + cal_backend_file_remove_object, cal_backend_file_receive_objects): + call save() directly instead of mark_dirty(). + +2003-10-30 Rodrigo Moya <rodrigo@ximian.com> + * pcs/cal-backend-file.c (cal_backend_file_modify_object): implemented THIS and ALL recurrences cases, blowing away or detaching recurrences from the main component as required. |