diff options
author | Damon Chaplin <damon@ximian.com> | 2001-12-11 03:15:40 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-12-11 03:15:40 +0800 |
commit | 9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf (patch) | |
tree | 9558d91eddaf4ba45f1f1835e5f8cff6d3e8cc48 /libical/ChangeLog | |
parent | 081f6dbb1bbf4add00bfb67b3e05bba4a432d56e (diff) | |
download | gsoc2013-evolution-9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf.tar.gz gsoc2013-evolution-9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf.tar.zst gsoc2013-evolution-9786b8ab7d75e20d28b7b3f91b403d21a28fd3cf.zip |
if all we have is the TZID, see if it is one of our TZIDs and if so get
2001-12-10 Damon Chaplin <damon@ximian.com>
* src/libical/icaltimezone.c (icaltimezone_get_display_name): if all
we have is the TZID, see if it is one of our TZIDs and if so get the
city name out of it. Fixes bug #16571.
svn path=/trunk/; revision=14957
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 1ed7a708b1..2b5a735339 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,9 @@ +2001-12-10 Damon Chaplin <damon@ximian.com> + + * src/libical/icaltimezone.c (icaltimezone_get_display_name): if all + we have is the TZID, see if it is one of our TZIDs and if so get the + city name out of it. Fixes bug #16571. + 2001-11-13 Damon Chaplin <damon@ximian.com> * src/libical/icaltimezone.c (icaltimezone_get_tzid): initialize the |