summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,