This commit is contained in:
Yann Leboulanger 2013-01-20 19:55:35 +01:00
parent cc198ec347
commit 1dd62544ff
1 changed files with 1 additions and 1 deletions

View File

@ -2688,7 +2688,7 @@ class RosterWindow:
def _nec_decrypted_message_received(self, obj):
if not obj.msgtxt: # empty message text
return True
if obj.mtype not in ('norml', 'chat'):
if obj.mtype not in ('normal', 'chat'):
return
if obj.session.control:
typ = ''