This commit is contained in:
Yann Leboulanger 2013-01-20 19:55:35 +01:00
parent 92f3898a3e
commit 8f50ef0151

View file

@ -2705,7 +2705,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 = ''