From e8399d8a76821984e1159dc27368202e96799c4b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Feb 2009 13:30:47 +0000 Subject: Oops, probably shouldn't double-convert text svn path=/trunk/netsurf/; revision=6330 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 7fcf0ac36..3617e46e6 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2017,7 +2017,7 @@ void gui_window_set_title(struct gui_window *g, const char *title) CLICKTAB_Labels,~0, TAG_DONE); newtitle = ami_utf8_easy(title); - SetClickTabNodeAttrs(node,TNA_Text,ami_utf8_easy(newtitle),TAG_DONE); + SetClickTabNodeAttrs(node,TNA_Text,newtitle,TAG_DONE); if(newtitle) ami_utf8_free(newtitle); RefreshSetGadgetAttrs(g->shared->gadgets[GID_TABS],g->shared->win,NULL, CLICKTAB_Labels,&g->shared->tab_list, -- cgit v1.2.3