aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-01-27 14:54:38 +0800
committerChris Toshok <toshok@src.gnome.org>2003-01-27 14:54:38 +0800
commit8ca6264cde3bfdb439a6c49430045719c5ea1fc3 (patch)
tree1016416ce594349d69c01470a2fa7621d1edcf99 /calendar/ChangeLog
parentd79f733942e7e9b308cc1e5691e0fd3d2ba697cc (diff)
downloadgsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar.gz
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar.bz2
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar.lz
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar.xz
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.tar.zst
gsoc2013-evolution-8ca6264cde3bfdb439a6c49430045719c5ea1fc3.zip
CalClient and CalComponent are GObjects.
2003-01-26 Chris Toshok <toshok@ximian.com> * conduits/todo/todo-conduit.c: CalClient and CalComponent are GObjects. * conduits/calendar/calendar-conduit.c: same. svn path=/trunk/; revision=19645
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 573d597138..adebdc25af 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2003-01-26 Chris Toshok <toshok@ximian.com>
+ * conduits/todo/todo-conduit.c: CalClient and CalComponent are
+ GObjects.
+
+ * conduits/calendar/calendar-conduit.c: same.
+
+2003-01-26 Chris Toshok <toshok@ximian.com>
+
* conduits/calendar/calendar-conduit.c (start_calendar_server):
fix warning.
(get_default_timezone): BonoboConfigDatabase -> e_config_listener.