From 860ef759f5b5256a5827fa8d0b29d465aba71f11 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 7 May 2013 23:28:59 -0300 Subject: [PATCH] Have gui_input_icon depend on gui_input_nick in prefs --- src/fe-gtk/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 333069cb..9132de1f 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -200,7 +200,7 @@ static const setting inputbox_settings[] = { {ST_HEADER, N_("Input Box"),0,0,0}, {ST_TOGGLE, N_("Use the Text box font and colors"), P_OFFINTNL(hex_gui_input_style),0,0,0}, - {ST_TOGGLE, N_("Show nick box"), P_OFFINTNL(hex_gui_input_nick),0,0,0}, + {ST_TOGGLE, N_("Show nick box"), P_OFFINTNL(hex_gui_input_nick),0,0,1}, {ST_TOGGLE, N_("Show user mode icon in nick box"), P_OFFINTNL(hex_gui_input_icon),0,0,0}, #ifdef HAVE_ISO_CODES /* Defined with static spelling */ {ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(hex_gui_input_spell),0,0,1},