FEATURE: Added "Time Active/Seeded" column to transfer list

This commit is contained in:
Christophe Dumez 2010-12-21 18:25:44 +00:00
parent a421c2aa63
commit bc035b3873
7 changed files with 19 additions and 5 deletions

View file

@ -1268,8 +1268,8 @@ void MainWindow::on_actionExecution_Logs_triggered(bool checked)
int index_tab = tabs->addTab(m_executionLog, tr("Execution Log"));
tabs->setTabIcon(index_tab, misc::getIcon("view-calendar-journal"));
} else {
Q_ASSERT(m_executionLog);
delete m_executionLog;
if(m_executionLog)
delete m_executionLog;
}
Preferences().setExecutionLogEnabled(checked);
}