changeset 698206e32855 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=698206e32855
description: fix typo
diffstat:
src/roster_window.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5fd35987e439 -r 698206e32855 src/roster_window.py
--- a/src/roster_window.py Mon Jan 14 20:13:45 2013 +0100
+++ b/src/roster_window.py Sun Jan 20 19:55:35 2013 +0100
@@ -2705,7 +2705,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