summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-01 13:30:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-01 13:30:47 +0000
commite8399d8a76821984e1159dc27368202e96799c4b (patch)
treecaabfc4ccc58589bc68d47bb293261be8845912b /amiga
parent1c1347a215ff6c47b1494ff6edf9029bf7cf2dd1 (diff)
downloadnetsurf-e8399d8a76821984e1159dc27368202e96799c4b.tar.gz
netsurf-e8399d8a76821984e1159dc27368202e96799c4b.tar.bz2
Oops, probably shouldn't double-convert text
svn path=/trunk/netsurf/; revision=6330
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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,