Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Brötzmann
gajim
Commits
12914d5c
Commit
12914d5c
authored
Dec 03, 2017
by
Weblate
Browse files
correctly compute file hash when file is received
parent
80bd3dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui_interface.py
View file @
12914d5c
...
...
@@ -1006,7 +1006,8 @@ def handle_event_file_rcv_completed(self, account, file_props):
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment