diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-14 06:37:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-14 06:37:21 +0800 |
commit | 959f74d6c632ceb8746ebec018b6e4ca828ee0ff (patch) | |
tree | 7c7c7ad39326a4b468cb3fe9122639214a66b4a0 /my-evolution/ChangeLog | |
parent | 5a8fb211febd4eaa5731da0a18c4a30c19fb1f82 (diff) | |
download | gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar.gz gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar.bz2 gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar.lz gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar.xz gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.tar.zst gsoc2013-evolution-959f74d6c632ceb8746ebec018b6e4ca828ee0ff.zip |
(generate_html): Changed so its printf()s
are protected against default_uri being NULL. Also, no need to do
e_utf8_from_locale_string() anymore.
svn path=/trunk/; revision=20281
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index f40f7d2674..12cac98092 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2003-03-13 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-calendar.c (generate_html): Changed so its printf()s + are protected against default_uri being NULL. Also, no need to do + e_utf8_from_locale_string() anymore. + 2003-03-12 Dan Winship <danw@ximian.com> * e-summary-shown.c (e_summary_shown_freeze, @@ -41,6 +47,7 @@ (e_summary_tasks_protocol): Likewise. * e-summary-weather.c (e_summary_weather_update): Likewise. +>>>>>>> 1.264 2003-03-05 Ettore Perazzoli <ettore@ximian.com> * e-summary-weather.c (e_summary_weather_set_online): Likewise, |