Skip to content
Snippets Groups Projects
Commit 618e429d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

migrate the old useemoticons option to emoticons_theme. Fixes #1715

parent 4abd0a9d
No related branches found
No related tags found
No related merge requests found
......@@ -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', '')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment