From 8e7d0f4dc1e7f8bbd2175b501bb14890ed4b0231 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 15 Jul 2008 18:24:46 +0000 Subject: [PATCH] - Oops, one } should not be there --- src/GUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index f891a983e..0ec98b38a 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1123,7 +1123,6 @@ void GUI::configureSession(bool deleteOptions) { BTSession->setMaxActiveTorrents(max_torrents); BTSession->setMaxActiveDownloads(max_downloads); BTSession->setQueueingEnabled(true); - } } else { if(BTSession->isQueueingEnabled()) { BTSession->setQueueingEnabled(false);