From f7c4411c9adb04974e491fd6f6c265ad7d5ef2f2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 12 Apr 2007 17:21:30 +0000 Subject: [PATCH] - UPnP is enabled as a default and there is no way to disable it at the moment (libtorrent API) --- src/options_imp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options_imp.cpp b/src/options_imp.cpp index e1fea6d9a..67feab401 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -71,7 +71,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){ // If UPnP is not supported then disable it #ifdef NO_UPNP groupMainUPnP->setEnabled(false); - disableUPnP->setChecked(true); + disableUPnP->setChecked(false); #endif #ifdef Q_WS_WIN radioWinXPStyle->setEnabled(true);