From 083b7c0233635959f1944c2150abbb923c5e0481 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 9 Dec 2012 20:05:22 +0000 Subject: Enable persistent tab bar through tab_always_show option --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index 06d8356c2..60d9d3127 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3428,7 +3428,7 @@ void gui_window_destroy(struct gui_window *g) g->shared->tabs--; ami_switch_tab(g->shared,true); - if((g->shared->tabs == 1) && (nsoption_bool(tab_always_show))) + if((g->shared->tabs == 1) && (nsoption_bool(tab_always_show) == false)) ami_toggletabbar(g->shared, false); ami_utf8_free(g->tabtitle); -- cgit v1.2.3