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

emots MUST be upper, so we made them upper when we parse the config

parent 471edb28
No related branches found
No related tags found
No related merge requests found
......@@ -941,7 +941,7 @@ class Interface:
emot_file = gajim.config.get_per('emoticons', emot, 'path')
if not self.image_is_ok(emot_file):
continue
self.emoticons[emot] = emot_file
self.emoticons[emot.upper()] = emot_file
# update regular expressions
self.make_regexps()
......
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