#5218 closed Bug (fixed)
"Set Location..." does nothing
Reported by: | rb07 | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Qt Client | Version: | |
Severity: | Normal | Keywords: | |
Cc: |
Description
Small bug introduced with the quark changes, Transmission-Qt does this:
tr_variantDictAddQuark (&top, TR_KEY_method, TR_KEY_torrent_set);
while transmission-remote, which works fine, does:
tr_variantDictAddStr (top, TR_KEY_method, "torrent-set-location");
The difference is that TR_KEY_torrent_set is used for something else, and "torrent-set-location" was never defined.
Simple patch to fix this included.
Attachments (1)
Change History (4)
Changed 8 years ago by rb07
comment:1 Changed 8 years ago by jordan
- Milestone None Set deleted
- Status changed from new to assigned
- Version 2.76 deleted
comment:2 Changed 8 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 8 years ago by x190
Note: See
TracTickets for help on using
tickets.
Fixed in r13791. Thanks for the patch.