summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 08:37:28 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 08:37:28 +0200
commit4f68ac6cc084676351b0e15dbede4bd10ce86042 (patch)
tree2d8fa7762e9d34df9693b40a1f22ffb9ac7c7311 /src/fe-gtk/setup.c
parent445e8c006e1e09512afbf877eb0104c8e53eb152 (diff)
Get rid of ALL gui_tweaks
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index ed7d43df..a727de7f 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -212,6 +212,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(style_inputbox),0,0,0},
+	{ST_TOGGLE, N_("Show nick box"), P_OFFINTNL(gui_input_nick),0,0,0},
 #if defined(USE_GTKSPELL) || defined(USE_LIBSEXY)
 	{ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(gui_input_spell),0,0,0},
 	{ST_ENTRY,	N_("Dictionaries to use:"), P_OFFSETNL(spell_langs),0,0,sizeof prefs.spell_langs},
@@ -2205,6 +2206,8 @@ setup_apply (struct xchatprefs *pr)
 #endif
 	if (DIFF (paned_userlist))
 		noapply = TRUE;
+	if (DIFF (gui_input_nick))
+		noapply = TRUE;
 	if (DIFF (lagometer))
 		noapply = TRUE;
 	if (DIFF (throttlemeter))