From 4880b2977aabdf3a52be72be1fff6f3496547c94 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 28 Oct 2012 03:09:59 +0100 Subject: [PATCH] Nick box icon requires a restart --- src/fe-gtk/setup.c | 2 ++ 1 file changed, 2 insertions(+) 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))