diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:13:09 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:13:09 +0200 |
commit | 6cd5d086bb21e783c2210e4921edc8c7bdfbe677 (patch) | |
tree | 7f2a38ae220f0a6c89f6d3bd827823fcee2186f5 /src/fe-gtk/setup.c | |
parent | 9435851dee786a9f5057d324375ecc8a454a99f5 (diff) |
do_layout is required for dots to appear or disappear
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 5f6f7b37..ed7d43df 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -2225,6 +2225,9 @@ setup_apply (struct xchatprefs *pr) noapply = TRUE; if (DIFF (tab_icons)) noapply = TRUE; + + if (DIFF (gui_tab_dots)) + do_layout = TRUE; if (DIFF (tab_layout)) do_layout = TRUE; |