From e8ae4bc97abed6ad8571908f5fc4ac6fd5565fde Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Sat, 2 Sep 2000 02:51:32 +0000 Subject: A bit more e_utf8 wrappers here and there svn path=/trunk/; revision=5180 --- calendar/gui/gncal-todo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/gncal-todo.c') diff --git a/calendar/gui/gncal-todo.c b/calendar/gui/gncal-todo.c index 8f39c09411..47d63e35e9 100644 --- a/calendar/gui/gncal-todo.c +++ b/calendar/gui/gncal-todo.c @@ -7,6 +7,7 @@ #include #include +#include "e-util/e-unicode.h" #include "event-editor.h" #include "gncal-todo.h" @@ -177,7 +178,7 @@ gncal_todo_edit (CalClient *client, CalComponent *comp) entry = gtk_entry_new (); cal_component_get_summary (comp, &text); - gtk_entry_set_text (GTK_ENTRY (entry), text.value); + e_utf8_gtk_entry_set_text (GTK_ENTRY (entry), text.value); gtk_box_pack_start (GTK_BOX (hbox), entry, TRUE, TRUE, 0); gtk_widget_show (entry); -- cgit v1.2.3