Philipp Hörist pushed to branch master at gajim / gajim

Commits:
ba040885 by Philipp Hörist at 2017-03-24T23:35:08+01:00
Fix regression from ad9370af

- - - - -


1 changed file:

- src/common/jingle_content.py


Changes:

=====================================
src/common/jingle_content.py
=====================================
--- a/src/common/jingle_content.py
+++ b/src/common/jingle_content.py
@@ -202,7 +202,7 @@ class JingleContent:
             # if the file is less than 10 mb, then it is small
             # lets calculate it right away
             if self.file_props.size < 10000000 and not self.file_props.hash_:
-                hash_data = content._compute_hash()
+                hash_data = self._compute_hash()
                 if hash_data:
                     file_tag.addChild(node=hash_data)
                 pjid = gajim.get_jid_without_resource(self.session.peerjid)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ba0408855c3538d053fcace1d3f6cc17c4fb0b70
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to