Commit 40c7d7a3 authored by Dan Pascu's avatar Dan Pascu

Fixed the retry transfer action handler

parent 6c5de3c5
......@@ -119,7 +119,7 @@ class FileTransferWindow(base_class, ui_class):
def _AH_RetryTransfer(self):
item = self.listview.selectedIndexes()[0].data(Qt.UserRole)
item.connect()
item.retry()
def _AH_RemoveEntry(self):
item = self.listview.selectedIndexes()[0].data(Qt.UserRole)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment