Opened 9 years ago
Closed 9 years ago
#5307 closed Bug (fixed)
Error in prefs.cc
Reported by: | rb07 | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Qt Client | Version: | |
Severity: | Normal | Keywords: | |
Cc: |
Description
Index: qt/prefs.cc =================================================================== --- qt/prefs.cc (revision 14033) +++ qt/prefs.cc (working copy) @@ -107,7 +110,7 @@ { DHT_ENABLED, TR_KEY_dht_enabled, QVariant::Bool }, { UTP_ENABLED, TR_KEY_utp_enabled, QVariant::Bool }, { LPD_ENABLED, TR_KEY_lpd_enabled, QVariant::Bool }, - { PORT_FORWARDING, TR_KEY_port, QVariant::Bool }, + { PORT_FORWARDING, TR_KEY_port_forwarding_enabled, QVariant::Bool }, { PREALLOCATION, TR_KEY_preallocation, QVariant::Int }, { RATIO, TR_KEY_ratio_limit, QVariant::Double }, { RATIO_ENABLED, TR_KEY_ratio_limit_enabled, QVariant::Bool },
Change History (3)
comment:1 Changed 9 years ago by jordan
- Milestone None Set deleted
- Status changed from new to assigned
- Version 2.77+ deleted
comment:2 Changed 9 years ago by jordan
comment:3 Changed 9 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Patched in r14038.
Note: See
TracTickets for help on using
tickets.
*sigh*
Yet Another Quark bug.
We've gotta get more regression tests...