Variable cleanup for the rest

This commit is contained in:
Berke Viktor
2012-10-22 15:55:43 +02:00
parent 545b7dc6ff
commit 51ae33cbe8
22 changed files with 355 additions and 366 deletions

View File

@@ -994,7 +994,7 @@ sexy_spell_entry_activate_default_languages(SexySpellEntry *entry)
for (i = enchant_langs; i; i = g_slist_next (i))
{
if (strstr (prefs.spell_langs, i->data) != NULL)
if (strstr (prefs.hex_text_spell_langs, i->data) != NULL)
{
sexy_spell_entry_activate_language_internal (entry, i->data, NULL);
}