Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-01-20 22:55:35 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-01-20 22:55:35 +0400
commitfaac987c77a21a822644b2bd63a0d68496ff121b (patch)
treebb877b71c1bc5c554da13881e7396801ff52626d
parentf64be38f9c1d2d72c6b8457a171d213f56d2de9c (diff)
fix typo
-rw-r--r--src/roster_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index fad380eff..23c0e2f9c 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -2668,7 +2668,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 = ''