diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-01-19 21:19:52 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-01-19 21:19:52 +0800 |
commit | c73a9949e7a93e1d60b39b4ad208ff1f0f245199 (patch) | |
tree | 10fd071787e9d82334759f69c0d348652d5a4f56 /calendar/ChangeLog | |
parent | 3e7d1857888141e68e1804884f9730d2d87c0c1c (diff) | |
download | gsoc2013-evolution-c73a9949e7a93e1d60b39b4ad208ff1f0f245199.tar.gz gsoc2013-evolution-c73a9949e7a93e1d60b39b4ad208ff1f0f245199.tar.zst gsoc2013-evolution-c73a9949e7a93e1d60b39b4ad208ff1f0f245199.zip |
use receive_objects method instead of individually updating objects.
2005-01-19 Rodrigo Moya <rodrigo@novell.com>
* importers/icalendar-imporer.c (update_objects): use receive_objects
method instead of individually updating objects.
svn path=/trunk/; revision=28449
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 770a6b3235..e64e540ea5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-01-19 Rodrigo Moya <rodrigo@novell.com> + + * importers/icalendar-imporer.c (update_objects): use receive_objects + method instead of individually updating objects. + 2005-01-18 Rodrigo Moya <rodrigo@novell.com> Fixes #71407 |