diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-02 12:24:36 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-06-02 12:24:36 +0800 |
commit | 851c7fac433e4c5a5ac04398c89480f4500c30a9 (patch) | |
tree | 54b0c95289313e4366f98073ec4d2b2037d396ac /calendar/ChangeLog | |
parent | cef99d25f5913db5b8a4b4d6389920064a41dd26 (diff) | |
download | gsoc2013-evolution-851c7fac433e4c5a5ac04398c89480f4500c30a9.tar.gz gsoc2013-evolution-851c7fac433e4c5a5ac04398c89480f4500c30a9.tar.zst gsoc2013-evolution-851c7fac433e4c5a5ac04398c89480f4500c30a9.zip |
Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-05-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #535459
svn path=/trunk/; revision=35566
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9b0b915d71..01a3f216ea 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2008-05-29 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #535459 + + * gui/itip-utils.h: (is_icalcomp_valid): + * gui/itip-utils.c: (is_icalcomp_valid), (check_time): + New function to make some sanity checks on component properties. + * gui/e-itip-control.c: (e_itip_control_set_data): + Do not use component when sanity check fails. + 2008-05-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #534476 |