diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-23 04:24:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-23 04:24:55 +0800 |
commit | 72684d4383144b482c5afb451b465e93c06f5963 (patch) | |
tree | 976f9dc4b45165ffd9ca8850aea076a8d32b6a2b /calendar/ChangeLog | |
parent | c5ea7774a804a615079bb7b0d1cacebb4e2c0182 (diff) | |
download | gsoc2013-evolution-72684d4383144b482c5afb451b465e93c06f5963.tar.gz gsoc2013-evolution-72684d4383144b482c5afb451b465e93c06f5963.tar.zst gsoc2013-evolution-72684d4383144b482c5afb451b465e93c06f5963.zip |
Use e_cal_open_default() instead of e_cal_open(). (map_name): Changed the
2004-04-22 Jeffrey Stedfast <fejj@ximian.com>
* conduits/calendar/calendar-conduit.c (start_calendar_server):
Use e_cal_open_default() instead of e_cal_open().
(map_name): Changed the path for the pilot map filename.
(pre_sync): Changed the query to "#t" instead of "(#t)" and
removed a duplicate block of code (seems to have been a paste-o?).
svn path=/trunk/; revision=25586
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e8d1ab6625..fa51114d01 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2004-04-22 Jeffrey Stedfast <fejj@ximian.com> + * conduits/calendar/calendar-conduit.c (start_calendar_server): + Use e_cal_open_default() instead of e_cal_open(). + (map_name): Changed the path for the pilot map filename. + (pre_sync): Changed the query to "#t" instead of "(#t)" and + removed a duplicate block of code (seems to have been a paste-o?). + * conduits/todo/todo-conduit.c (start_calendar_server): Use e_cal_open_default() instead of e_cal_open(). (map_name): Changed the path for the pilot map filename. |