diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:09:59 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:09:59 +0100 |
commit | 4880b2977aabdf3a52be72be1fff6f3496547c94 (patch) | |
tree | 95409e1769ecf3fb6cace665e2f0535f60f55e97 /src/fe-gtk/setup.c | |
parent | 85119b9a80f5a158485eafbb8ceb8fe81a814e61 (diff) |
Nick box icon requires a restart
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index d405ff02..a3e9f6da 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -2204,6 +2204,8 @@ setup_apply (struct hexchatprefs *pr) #endif if (DIFF (hex_gui_compact)) noapply = TRUE; + if (DIFF (hex_gui_input_icon)) + noapply = TRUE; if (DIFF (hex_gui_input_nick)) noapply = TRUE; if (DIFF (hex_gui_lagometer)) |