"Exchange trackers with other peers" option doesn't change

Bug #793791 reported by Rumickon
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
qBittorrent
Fix Released
Low
Christophe Dumez

Bug Description

A bug in the file src/preferences/advancedsettings.h

Line 112:
    // Tracker exchange
    pref.setTrackerEnabled(cb_enable_tracker_ext.isChecked());

Must be:
    // Tracker exchange
    pref.setTrackerExchangeEnabled(cb_enable_tracker_ext.isChecked());

Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

Thanks. This has been fixed for v2.8.2.

Changed in qbittorrent:
assignee: nobody → Christophe Dumez (hydr0g3n)
milestone: none → 2.8.2
status: New → Fix Committed
importance: Undecided → Low
Revision history for this message
Rumickon (rumickon) wrote :
Changed in qbittorrent:
status: Fix Committed → Incomplete
Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

Damn... I'm very sorry about that. I have been very busy recently and I did not pay enough attention :(
Anyway, this should be (really) fixed in v2.8.2.

Changed in qbittorrent:
status: Incomplete → Fix Committed
Changed in qbittorrent:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.