aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-23 03:40:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-23 03:40:07 +0800
commitc5ea7774a804a615079bb7b0d1cacebb4e2c0182 (patch)
treeb4eede590fa55e6ae8d334db1a9735bfdf6fdec4 /calendar/ChangeLog
parent90d533c1a3f7e6e24eb308b355aaabf95bb3c4c3 (diff)
downloadgsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar.gz
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar.bz2
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar.lz
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar.xz
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.tar.zst
gsoc2013-evolution-c5ea7774a804a615079bb7b0d1cacebb4e2c0182.zip
Use e_cal_open_default() instead of e_cal_open(). (map_name): Changed the
2004-04-22 Jeffrey Stedfast <fejj@ximian.com> * 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. (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=25585
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2d8ac3e8b0..e8d1ab6625 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2004-04-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * 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.
+ (pre_sync): Changed the query to "#t" instead of "(#t)" and
+ removed a duplicate block of code (seems to have been a paste-o?).
+
2004-04-22 JP Rosevear <jpr@ximian.com>
Fixes #56092