diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 10:53:16 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 10:53:16 +0800 |
commit | a739c97352e5adb183c85e333f762fc3006b2031 (patch) | |
tree | ec7ed9af95e6b983b16f58798c7dad507a8544bf /calendar/ChangeLog | |
parent | 0006ecd24503b6c2f7e0ea3941c86ca841cc9263 (diff) | |
download | gsoc2013-evolution-a739c97352e5adb183c85e333f762fc3006b2031.tar.gz gsoc2013-evolution-a739c97352e5adb183c85e333f762fc3006b2031.tar.zst gsoc2013-evolution-a739c97352e5adb183c85e333f762fc3006b2031.zip |
** Fix for bug #234294
svn path=/trunk/; revision=33774
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 df6d9bb77b..d345d3c0a6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2007-06-27 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #234294 + + * gui/dialogs/cancel-comp.c: (is_past_event): New helper function. + * gui/dialogs/cancel-comp.c: (cancel_component_dialog): + Returns FALSE to EVENTs in the past, based on date, not time part. + 2007-07-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #300584 |