changeset e3fcbd5bf44d in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=e3fcbd5bf44d
description: fix typo
diffstat:
src/roster_window.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f8c67c7b3156 -r e3fcbd5bf44d src/roster_window.py
--- a/src/roster_window.py Sat Jan 19 21:40:19 2013 -0400
+++ b/src/roster_window.py Sun Jan 20 19:55:35 2013 +0100
@@ -2688,7 +2688,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