missing commit

This commit is contained in:
Yann Leboulanger 2007-02-07 12:13:41 +00:00
parent 0a10659b07
commit 56bcc2e1fa
1 changed files with 1 additions and 0 deletions

View File

@ -1872,6 +1872,7 @@ class Interface:
#initialize emoticons dictionary and unique images list
self.emoticons_images = list()
self.emoticons = dict()
self.emoticons_animations = dict()
path = os.path.join(gajim.DATA_DIR, 'emoticons', emot_theme)
if not os.path.exists(path):