encrypt save support, smileys fix, bug fixes

This commit is contained in:
ingvar1995
2016-06-21 23:43:43 +03:00
parent dd53c6a842
commit 42aa102d1d
9 changed files with 18 additions and 13 deletions

View File

@ -55,7 +55,7 @@ class SmileyLoader(util.Singleton):
return [x[1] for x in os.walk(d)][0]
def get_smileys(self):
return self._list[:]
return list(self._list)[:]
def add_smileys_to_text(self, text, edit):
"""