Browse Source

- Should fix save path problems

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
25b9601613
  1. 4
      src/GUI.cpp

4
src/GUI.cpp

@ -162,10 +162,10 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis @@ -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);
// Resume unfinished torrents
BTSession->resumeUnfinishedTorrents();
// Configure BT session according to options
configureSession(true);
// Resume unfinished torrents
BTSession->resumeUnfinishedTorrents();
// Add torrent given on command line
processParams(torrentCmdLine);
// Initialize Web UI

Loading…
Cancel
Save