migrate the old useemoticons option to emoticons_theme. Fixes #1715
This commit is contained in:
parent
4abd0a9d42
commit
618e429d82
1 changed files with 3 additions and 0 deletions
|
@ -207,4 +207,7 @@ class OptionsParser:
|
|||
if self.old_values.has_key('autodetect_browser_mailer') and \
|
||||
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']
|
||||
gajim.config.set('emoticons_theme', '')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue