Yann Leboulanger pushed to branch gajim_0.16 at gajim / gajim

Commits:
12914d5c by Yann Leboulanger at 2017-12-03T20:09:06+01:00
correctly compute file hash when file is received

- - - - -


1 changed file:

- src/gui_interface.py


Changes:

=====================================
src/gui_interface.py
=====================================
--- a/src/gui_interface.py
+++ b/src/gui_interface.py
@@ -1006,7 +1006,8 @@ class Interface:
                 file_props=file_props))
         else:
             ft.set_status(file_props, 'stop')
-        if file_props.stalled or file_props.paused:
+        if not file_props.completed and (file_props.stalled or \
+        file_props.paused):
             return
 
         if file_props.type_ == 'r': # we receive a file



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/12914d5c0b344fe6dfcbe8ac4870d1725686e729

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/12914d5c0b344fe6dfcbe8ac4870d1725686e729
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to