diff --git a/Changelog b/Changelog index 2a4b9afa7..0b6fbac94 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ * Unreleased - Christophe Dumez - v2.2.9 - FEATURE: Official support for Win32 platform - BUGFIX: Fix torrent availability computation (closes #587337) + - BUGFIX: Disable torrent addition dialog as a default * Mon May 24 2010 - Christophe Dumez - v2.2.8 - BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes #583704) diff --git a/src/preferences.h b/src/preferences.h index 81d8c4ef8..5f039d19a 100644 --- a/src/preferences.h +++ b/src/preferences.h @@ -185,7 +185,7 @@ public: static bool useAdditionDialog() { QSettings settings("qBittorrent", "qBittorrent"); - return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool(); + return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), false).toBool(); } static bool addTorrentsInPause() { diff --git a/src/ui/options.ui b/src/ui/options.ui index fb2f576d6..b09dedad5 100644 --- a/src/ui/options.ui +++ b/src/ui/options.ui @@ -241,7 +241,7 @@ 0 0 - 515 + 506 543 @@ -555,7 +555,7 @@ QGroupBox { 0 0 - 658 + 632 684 @@ -1030,7 +1030,7 @@ QGroupBox { Display torrent content and some options - true + false @@ -1111,8 +1111,8 @@ QGroupBox { 0 0 - 524 - 398 + 447 + 288 @@ -1356,8 +1356,8 @@ QGroupBox { 0 0 - 524 - 406 + 364 + 328 @@ -1771,7 +1771,7 @@ QGroupBox { 0 0 - 482 + 459 407 @@ -2188,7 +2188,7 @@ QGroupBox { 0 0 - 496 + 475 308 @@ -2622,7 +2622,7 @@ QGroupBox { 0 0 - 296 + 287 124 @@ -2719,7 +2719,7 @@ QGroupBox { 0 0 - 226 + 213 221 @@ -2886,7 +2886,7 @@ QGroupBox { 0 0 - 459 + 445 192 @@ -3061,8 +3061,8 @@ QGroupBox { 0 0 - 62 - 18 + 98 + 28