[multani] fix syntax typo
This commit is contained in:
parent
618e429d82
commit
8b49efd38d
|
@ -208,6 +208,6 @@ class OptionsParser:
|
|||
self.old_values['autodetect_browser_mailer'] is True:
|
||||
gajim.config.set('autodetect_browser_mailer', False)
|
||||
if self.old_values.has_key('useemoticons') and \
|
||||
not self.old_values['useemoticons']
|
||||
not self.old_values['useemoticons']:
|
||||
gajim.config.set('emoticons_theme', '')
|
||||
|
||||
|
|
Loading…
Reference in New Issue