Fix display of priority column when the queueing system is enabled

This commit is contained in:
Christophe Dumez
2010-10-18 17:06:11 +00:00
parent 24df142b02
commit 44fa7388d5
2 changed files with 3 additions and 2 deletions

View File

@@ -865,6 +865,7 @@ void TransferListWidget::copySelectedMagnetURIs() const {
}
void TransferListWidget::hidePriorityColumn(bool hide) {
qDebug("hidePriorityColumn(%d)", hide);
setColumnHidden(TR_PRIORITY, hide);
}