diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-10-20 12:21:19 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-10-20 12:21:19 +0800 |
commit | dff84c06b09b4883e73758a08b3b285185c6f120 (patch) | |
tree | 04a9cee86edb569a6dad84e426f49678f1ff9076 /calendar/ChangeLog | |
parent | 028310948a0a646b85f6d6b0621c531a5512a474 (diff) | |
download | gsoc2013-evolution-dff84c06b09b4883e73758a08b3b285185c6f120.tar.gz gsoc2013-evolution-dff84c06b09b4883e73758a08b3b285185c6f120.tar.zst gsoc2013-evolution-dff84c06b09b4883e73758a08b3b285185c6f120.zip |
Milan Crha <mcrha@redhat.com> ** Fix for bug #528816 (Disable vCalendar importer when we can parse proper iCalendar from the given file).
svn path=/trunk/; revision=36659
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 e076ec7f43..6300ae316f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2008-10-20 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #528816 + + * importers/icalendar-importer.c: (vcal_supported): We do not support + vCalendar importer when we can parse the iCalendar from the file, + because the latter holds more information, like timezones. + 2008-10-17 Matt Davey <mcdavey@mrao.cam.ac.uk> ** Fix for bug #556059 |