Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
254
Issues
254
List
Board
Labels
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
12914d5c
Commit
12914d5c
authored
Dec 03, 2017
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correctly compute file hash when file is received
parent
80bd3dcb
Pipeline
#600
passed with stages
in 27 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gui_interface.py
src/gui_interface.py
+2
-1
No files found.
src/gui_interface.py
View file @
12914d5c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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