summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 20:05:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 20:05:22 +0000
commit083b7c0233635959f1944c2150abbb923c5e0481 (patch)
treec17f3e2eb81ce0a03693ef3a3a15e46c6420773b
parent0c54f2a90260127f7a96b798afc08c691ddebadf (diff)
downloadnetsurf-083b7c0233635959f1944c2150abbb923c5e0481.tar.gz
netsurf-083b7c0233635959f1944c2150abbb923c5e0481.tar.bz2
Enable persistent tab bar through tab_always_show option
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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);