- Fixed queueing priorities loading on startup

This commit is contained in:
Christophe Dumez 2008-09-28 17:58:12 +00:00
parent e2c7c973fd
commit 8e074a571a
2 changed files with 5 additions and 5 deletions

View file

@ -162,10 +162,10 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
refresher = new QTimer(this);
connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists()));
refresher->start(1500);
// Configure BT session according to options
configureSession(true);
// Resume unfinished torrents
BTSession->resumeUnfinishedTorrents();
// Configure BT session according to options
configureSession(true);
// Add torrent given on command line
processParams(torrentCmdLine);
// Initialize Web UI