From e995245e785ff07d868d5618879b47b02b3ea189 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Sun, 23 Feb 2003 06:51:38 +0000 Subject: CVS server broke again. Here's the rest... 2003-02-23 Hans Petter Jansson CVS server broke again. Here's the rest... * gui/alarm-notify/alarm-notify-dialog.c (write_html_heading): Ditto. svn path=/trunk/; revision=20009 --- calendar/gui/alarm-notify/alarm-notify-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c index b9c2606aed..81034ceca5 100644 --- a/calendar/gui/alarm-notify/alarm-notify-dialog.c +++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c @@ -252,11 +252,11 @@ write_html_heading (GtkHTMLStream *stream, const char *message, current_zone = config_data_get_timezone (); buf = timet_to_str_with_zone (occur_start, current_zone); - start = e_utf8_from_locale_string (buf); + start = g_locale_to_utf8 (buf, -1, NULL, NULL, NULL); g_free (buf); buf = timet_to_str_with_zone (occur_end, current_zone); - end = e_utf8_from_locale_string (buf); + end = g_locale_to_utf8 (buf, -1, NULL, NULL, NULL); g_free (buf); /* Write the header */ -- cgit v1.2.3