diff options
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)) |