update bottom area of downloads when searching

This commit is contained in:
Damien Elmes 2009-04-25 03:18:49 +09:00
parent 96cac67ea6
commit a41cfb88ec

View file

@ -109,6 +109,7 @@ class GetShared(QDialog):
else:
self.form.table.sortItems(1, Qt.DescendingOrder)
self.form.table.selectRow(0)
self.onCellChanged(None, None, None, None)
def onCellChanged(self, row, col, x, y):
ci = self.form.table.currentItem()