changeset d7c0c10fce32 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=d7c0c10fce32
description: revert debug test
diffstat:
src/gui_interface.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8eb475cfdb1d -r d7c0c10fce32 src/gui_interface.py
--- a/src/gui_interface.py Sat Feb 18 21:06:08 2012 +0100
+++ b/src/gui_interface.py Sat Feb 18 21:21:00 2012 +0100
@@ -929,7 +929,7 @@
# If the hash we received and the hash of the file are the same,
# then the file is not corrupt
jid = unicode(file_props['sender'])
- if session.file_hash != hash_:
+ if session.file_hash == hash_:
self.popup_ft_result(account, jid, file_props)
ft_win.set_status(file_props['type'], file_props['sid'], 'ok')
else:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits