1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-23 08:08:54 -05:00

do_layout is required for dots to appear or disappear

This commit is contained in:
Berke Viktor 2012-10-22 08:13:09 +02:00
parent 9435851dee
commit 6cd5d086bb

View File

@ -2225,6 +2225,9 @@ setup_apply (struct xchatprefs *pr)
noapply = TRUE; noapply = TRUE;
if (DIFF (tab_icons)) if (DIFF (tab_icons))
noapply = TRUE; noapply = TRUE;
if (DIFF (gui_tab_dots))
do_layout = TRUE;
if (DIFF (tab_layout)) if (DIFF (tab_layout))
do_layout = TRUE; do_layout = TRUE;