aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-04-15 12:53:02 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-04-15 12:53:02 +0800
commit675cc414bdbeb9b83a2ff5add57b7abe9545f9dd (patch)
treed6dd7631b282b5595c189a82fc244f9ef642ec7e /calendar/ChangeLog
parent33b23bed4b2997c321f6def7d1e04f6fc6a8a4f3 (diff)
downloadgsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar.gz
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar.bz2
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar.lz
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar.xz
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.tar.zst
gsoc2013-evolution-675cc414bdbeb9b83a2ff5add57b7abe9545f9dd.zip
fix missing parameters, wow that was a mess.
2004-04-14 Larry Ewing <lewing@ximian.com> * gui/calendar-component.c (selector_tree_drag_motion): fix missing parameters, wow that was a mess. * gui/dialogs/calendar-setup.glade: add the new "new" dialogs, remove the old druids. * gui/dialogs/calendar-setup.c (calendar_setup_new_calendar): use the new dialogs, colors are still not functional. (calendar_setup_new_task_list): use the new dialogs, with no colors. svn path=/trunk/; revision=25474
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 265537db7f..bf37cd6c63 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-14 Larry Ewing <lewing@ximian.com>
+
+ * gui/calendar-component.c (selector_tree_drag_motion): fix
+ missing parameters, wow that was a mess.
+
+ * gui/dialogs/calendar-setup.glade: add the new "new" dialogs,
+ remove the old druids.
+
+ * gui/dialogs/calendar-setup.c (calendar_setup_new_calendar): use
+ the new dialogs, colors are still not functional.
+ (calendar_setup_new_task_list): use the new dialogs, with no colors.
+
2004-04-14 JP Rosevear <jpr@ximian.com>
Fixes #56613