changeset d38258788343 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d38258788343
description: fix typo

diffstat:

 src/roster_window.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5da549dca32f -r d38258788343 src/roster_window.py
--- a/src/roster_window.py      Mon Jan 14 20:18:55 2013 +0100
+++ b/src/roster_window.py      Sun Jan 20 19:55:35 2013 +0100
@@ -2668,7 +2668,7 @@
     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 = ''
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to