Indentation error. Fixes #3768

This commit is contained in:
Stephan Erb 2008-03-14 12:37:02 +00:00
parent e572a0cd65
commit 8d4a0dd203
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,7 @@ class Interface:
self.emoticons[emot.upper()] = emot_file
sys.path.remove(path)
del emoticons
if len(self.emoticons) == 0:
if len(self.emoticons) == 0:
dialogs.WarningDialog(_('Emoticons disabled'),
_('Your configured emoticons theme cannot been loaded. You maybe need to update the format of emoticons.py file. See http://trac.gajim.org/wiki/Emoticons for more details.'))
if self.emoticons_menu: