diff options
author | Wang Xin <jedy.wang@sun.com> | 2007-01-08 14:04:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-01-08 14:04:45 +0800 |
commit | 748ead1aa51137e30c0e0bd18d888a6b53e1c217 (patch) | |
tree | 4a420550bed67a58ddc00b8636582fa5379a9730 /calendar/ChangeLog | |
parent | e5d4654dd7a06013042b29ef86653c1544c6b73b (diff) | |
download | gsoc2013-evolution-748ead1aa51137e30c0e0bd18d888a6b53e1c217.tar.gz gsoc2013-evolution-748ead1aa51137e30c0e0bd18d888a6b53e1c217.tar.zst gsoc2013-evolution-748ead1aa51137e30c0e0bd18d888a6b53e1c217.zip |
Fixes #389961 Check if the item is a event before processing the end time.
2007-01-08 Wang Xin <jedy.wang@sun.com>
Fixes #389961
* gui/e-cal-model.c:(e_cal_model_set_instance_times):
Check if the item is a event before
processing the end time.
svn path=/trunk/; revision=33115
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cf85dd6d48..d0de1012c2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2007-01-08 Wang Xin <jedy.wang@sun.com> + + Fixes #389961 + * gui/e-cal-model.c:(e_cal_model_set_instance_times): + Check if the item is a event before processing the end time. + 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 |