Fix tracker exchange advanced setting (Thanks Rumickon)

This commit is contained in:
Christophe Dumez 2011-06-07 16:02:30 +00:00
parent 02fbd6a135
commit 83317ca2d0

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());