Browse Source

- Oops, one } should not be there

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
8e7d0f4dc1
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

@ -1123,7 +1123,6 @@ void GUI::configureSession(bool deleteOptions) {
BTSession->setMaxActiveTorrents(max_torrents); BTSession->setMaxActiveTorrents(max_torrents);
BTSession->setMaxActiveDownloads(max_downloads); BTSession->setMaxActiveDownloads(max_downloads);
BTSession->setQueueingEnabled(true); BTSession->setQueueingEnabled(true);
}
} else { } else {
if(BTSession->isQueueingEnabled()) { if(BTSession->isQueueingEnabled()) {
BTSession->setQueueingEnabled(false); BTSession->setQueueingEnabled(false);

Loading…
Cancel
Save