Skip to content
Snippets Groups Projects
Commit 2281527a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

put latest filetransfer on top

parent 610a747c
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ _('Connection with peer cannot be established.'))
return
file_props['elapsed-time'] = 0
self.files_props[file_props['type']][file_props['sid']] = file_props
iter_ = self.model.append()
iter_ = self.model.prepend()
text_labels = '<b>' + _('Name: ') + '</b>\n'
if file_props['type'] == 'r':
text_labels += '<b>' + _('Sender: ') + '</b>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment