Fix tracker exchange advanced setting (Thanks Rumickon)

This commit is contained in:
Christophe Dumez 2011-06-07 16:04:51 +00:00
commit 3cd184e564
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.8.2
- BUGFIX: Fix tracker exchange advanced setting
* Sun Jun 05 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.8.1
- BUGFIX: Fix Web UI username/password change (Web UI)

View file

@ -99,7 +99,7 @@ public slots:
// Program notification
pref.useProgramNotification(cb_program_notifications.isChecked());
// Tracker
pref.setTrackerEnabled(cb_tracker_status.isChecked());
pref.setTrackerExchangeEnabled(cb_tracker_status.isChecked());
pref.setTrackerPort(spin_tracker_port.value());
#if defined(Q_WS_WIN) || defined(Q_WS_MAC)
pref.setUpdateCheckEnabled(cb_update_check.isChecked());