Do not enable GPG when we just want to assign a speller language.

This commit is contained in:
Stephan Erb 2008-01-10 22:45:53 +00:00
parent 68324dd104
commit ce3fe8da97
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class Config:
'state_muc_directed_msg_color': [ opt_color, 'red2' ], 'state_muc_directed_msg_color': [ opt_color, 'red2' ],
}, {}), }, {}),
'contacts': ({ 'contacts': ({
'gpg_enabled': [ opt_bool, True, _('Is OpenPGP enabled for this contact?')], 'gpg_enabled': [ opt_bool, False, _('Is OpenPGP enabled for this contact?')],
'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')], 'speller_language': [ opt_str, '', _('Language for which we want to check misspelled words')],
}, {}), }, {}),
'rooms': ({ 'rooms': ({