aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-04-28 05:58:49 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-04-28 05:58:49 +0800
commit2fdec09f4df454bae7c39cbdea4212b29ea36f18 (patch)
treedd84a7a2a324287a5aa16cd77507ee77f3ccb35b /calendar/ChangeLog
parentbca17d1fdc0625e8fd739dcba9508c27eaae2a28 (diff)
downloadgsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.gz
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.bz2
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.lz
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.xz
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.zst
gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.zip
hook up the color picker and test buttons in the new task dialog.
2004-04-27 Larry Ewing <lewing@ximian.com> * gui/dialogs/calendar-setup.c: hook up the color picker and test buttons in the new task dialog. * gui/dialogs/calendar-setup.glade: fix visibility and color picker names. svn path=/trunk/; revision=25644
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index feaf052ef1..ccd2f9ebbd 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2004-04-27 Larry Ewing <lewing@ximian.com>
+ * gui/dialogs/calendar-setup.c: hook up the color picker and test
+ buttons in the new task dialog.
+
+ * gui/dialogs/calendar-setup.glade: fix visibility and color
+ picker names.
+
+2004-04-27 Larry Ewing <lewing@ximian.com>
+
* gui/dialogs/calendar-setup.c (new_calendar_test_uri): add
handler for test button.
(calendar_setup_new_calendar): connect test button, fill in color
@@ -7,6 +15,7 @@
(source_to_dialog): set the color picker color if the source has
one.
(dialog_to_source): set the source color.
+
2004-04-27 Jeffrey Stedfast <fejj@ximian.com>