From 69dfa6b30b0f9e31c6b31b6c2e47a52456728548 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Wed, 11 Apr 2001 01:20:10 +0000 Subject: Display fixes, thanks to Kjartan for finding these. 2001-04-11 Gediminas Paulauskas Display fixes, thanks to Kjartan for finding these. * gui/event-editor.c: use simple (not e_utf8_) gtk_clist_append for strings which are never in utf-8. * dialogs/delete-comp.c (delete_component_dialog): convert only summary from utf-8 to gtk charset. Translated values are in correct craset already. svn path=/trunk/; revision=9219 --- calendar/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 70195341ef..afea681130 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2001-04-11 Gediminas Paulauskas + + Display fixes, thanks to Kjartan for finding these. + + * gui/event-editor.c: use simple (not e_utf8_) gtk_clist_append for + strings which are never in utf-8. + * dialogs/delete-comp.c (delete_component_dialog): convert only + summary from utf-8 to gtk charset. Translated values are in correct + craset already. + 2001-04-04 Kjartan Maraas * gui/calendar-commands.c: Fix headers. -- cgit