put latest filetransfer on top

This commit is contained in:
Yann Leboulanger 2009-06-06 19:05:49 +02:00
parent 610a747c79
commit 2281527a5e
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ _('Connection with peer cannot be established.'))
return return
file_props['elapsed-time'] = 0 file_props['elapsed-time'] = 0
self.files_props[file_props['type']][file_props['sid']] = file_props 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' text_labels = '<b>' + _('Name: ') + '</b>\n'
if file_props['type'] == 'r': if file_props['type'] == 'r':
text_labels += '<b>' + _('Sender: ') + '</b>' text_labels += '<b>' + _('Sender: ') + '</b>'