Enable persistent tab bar through tab_always_show option

This commit is contained in:
Chris Young 2012-12-09 20:05:22 +00:00
parent 0c54f2a902
commit 083b7c0233
1 changed files with 1 additions and 1 deletions

View File

@ -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);