mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_quark. report & patch by rb07.
This commit is contained in:
parent
d5e45a0c7b
commit
e3eb1afeae
2 changed files with 2 additions and 0 deletions
|
@ -347,6 +347,7 @@ static const struct tr_key_struct my_static[] =
|
|||
{ "torrent-complete-sound-enabled", 30 },
|
||||
{ "torrent-get", 11 },
|
||||
{ "torrent-set", 11 },
|
||||
{ "torrent-set-location", 20 },
|
||||
{ "torrentCount", 12 },
|
||||
{ "torrentFile", 11 },
|
||||
{ "torrents", 8 },
|
||||
|
|
|
@ -357,6 +357,7 @@ enum
|
|||
TR_KEY_torrent_complete_sound_enabled,
|
||||
TR_KEY_torrent_get,
|
||||
TR_KEY_torrent_set,
|
||||
TR_KEY_torrent_set_location,
|
||||
TR_KEY_torrentCount,
|
||||
TR_KEY_torrentFile,
|
||||
TR_KEY_torrents,
|
||||
|
|
Loading…
Reference in a new issue