diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-05 15:48:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-05 15:48:51 +0800 |
commit | f7b72fea208b2534a877474716806b57c4bf2375 (patch) | |
tree | be5d71b3c46fe8835ba6eeb371749b223a9a48b3 /calendar/ChangeLog | |
parent | a067170c8968f7ef868f197ee2f5206bc2dbb25c (diff) | |
download | gsoc2013-evolution-f7b72fea208b2534a877474716806b57c4bf2375.tar.gz gsoc2013-evolution-f7b72fea208b2534a877474716806b57c4bf2375.tar.zst gsoc2013-evolution-f7b72fea208b2534a877474716806b57c4bf2375.zip |
fixes #216535
svn path=/trunk/; revision=31062
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f9d85ffc06..4d23ba3faf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-01-05 Johnny Jacob <johnnyjacob@gmail.com> + + Fixes #216535 + * gui/dialogs/event-page.c (end_date_changed_cb ): Added. Signal + handler for end_time. + (start_date_changed_cb) : Added. Changes the end_time according to + the duration. + 2006-01-05 Chenthill Palanisamy <pchenthill@novell.com> * gui/alarm-notify/alarm-notify-dialog.c: |