Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
c5db2431
Commit
c5db2431
authored
Jan 22, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compacted code
parent
5daf0b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sessions.py
blink/sessions.py
+1
-2
No files found.
blink/sessions.py
View file @
c5db2431
...
@@ -3785,8 +3785,7 @@ class BlinkFileTransfer(object):
...
@@ -3785,8 +3785,7 @@ class BlinkFileTransfer(object):
notification
.
center
.
post_notification
(
'BlinkFileTransferHashProgress'
,
sender
=
self
,
data
=
NotificationData
(
progress
=
progress
))
notification
.
center
.
post_notification
(
'BlinkFileTransferHashProgress'
,
sender
=
self
,
data
=
NotificationData
(
progress
=
progress
))
def
_NH_FileTransferHandlerProgress
(
self
,
notification
):
def
_NH_FileTransferHandlerProgress
(
self
,
notification
):
notification
.
center
.
post_notification
(
'BlinkFileTransferProgress'
,
sender
=
self
,
data
=
NotificationData
(
bytes
=
notification
.
data
.
transferred_bytes
,
notification
.
center
.
post_notification
(
'BlinkFileTransferProgress'
,
sender
=
self
,
data
=
NotificationData
(
bytes
=
notification
.
data
.
transferred_bytes
,
total_bytes
=
notification
.
data
.
total_bytes
))
total_bytes
=
notification
.
data
.
total_bytes
))
def
_NH_FileTransferHandlerDidEnd
(
self
,
notification
):
def
_NH_FileTransferHandlerDidEnd
(
self
,
notification
):
if
self
.
direction
==
'incoming'
:
if
self
.
direction
==
'incoming'
:
...
...
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