changeset 6b042017c159 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=6b042017c159
description: fix typo
diffstat:
src/common/connection_handlers.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4d5a335069ef -r 6b042017c159 src/common/connection_handlers.py
--- a/src/common/connection_handlers.py Tue Oct 13 19:26:56 2009 +0200
+++ b/src/common/connection_handlers.py Tue Oct 13 19:31:07 2009 +0200
@@ -2253,7 +2253,7 @@
# Error presences may not include sent stanza, so we
don't detect it's
# a muc preence. So detect it by ID
h = hmac.new(self.secret_hmac,
jid_stripped).hexdigest()[:6]
- if id_.split('_')[-1] = h:
+ if id_.split('_')[-1] == h:
is_gc = True
status = prs.getStatus() or ''
show = prs.getShow()
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits