Get rid of ALL gui_tweaks

This commit is contained in:
Berke Viktor
2012-10-22 08:37:28 +02:00
parent 445e8c006e
commit 4f68ac6cc0
4 changed files with 7 additions and 4 deletions

View File

@@ -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))