From 25b9601613dfcb0824f6c6a79e63578585be7c23 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 4 Oct 2008 14:14:07 +0000 Subject: [PATCH] - Should fix save path problems --- src/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index e9c93e8e5..05d9b823d 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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