Opened 12 years ago
Closed 12 years ago
#1390 closed Bug (fixed)
Clutch preferences show wrong speed limits
Reported by: | KyleK | Owned by: | Gimp |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 1.34 |
Severity: | Minor | Keywords: | |
Cc: |
Description
The Preferences dialog of Clutch shows speed limits as a fraction of their actual value. This is because in transmission.js the values received via JSON RPC are divided by 1024, even though these values are already kilobyte/s values (instead of kilobit).
The attached patch fixes the issue.
Attachments (1)
Change History (2)
Changed 12 years ago by KyleK
comment:1 Changed 12 years ago by Gimp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Your patch is wrong, but this is fixed in r6984