diff options
author | Damon Chaplin <damon@ximian.com> | 2002-02-09 09:55:37 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2002-02-09 09:55:37 +0800 |
commit | 2bcb81a1c6191cf5c00084d120c8b5a4b442f745 (patch) | |
tree | 5f408bc4fec74ad0ec233511e1e4b9920c1d0fcc /calendar/ChangeLog | |
parent | 28c6d294af7c6c457fc3c1aef41501a4a714370c (diff) | |
download | gsoc2013-evolution-2bcb81a1c6191cf5c00084d120c8b5a4b442f745.tar.gz gsoc2013-evolution-2bcb81a1c6191cf5c00084d120c8b5a4b442f745.tar.zst gsoc2013-evolution-2bcb81a1c6191cf5c00084d120c8b5a4b442f745.zip |
check if the CalComponentDateTime values are set before trying to use
2002-02-08 Damon Chaplin <damon@ximian.com>
* gui/comp-util.c (cal_comp_util_compare_event_timezones): check if
the CalComponentDateTime values are set before trying to use them.
Possibly fixes bug #18529.
svn path=/trunk/; revision=15630
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9af5c2b585..a7a470acce 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2002-02-08 Damon Chaplin <damon@ximian.com> + * gui/comp-util.c (cal_comp_util_compare_event_timezones): check if + the CalComponentDateTime values are set before trying to use them. + Possibly fixes bug #18529. + * importers/icalendar-importer.c: added vCalendar importer and intelligent GnomeCalendar importer code here, as it shares a lot of code with the iCalendar importer. |