From e3eb1afeae37484c77b77245c3b9c49ac7c2bd56 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 15 Jan 2013 21:55:04 +0000 Subject: [PATCH] (qt) #5218 -- fix 'set location' regression introduced during the migration to tr_quark. report & patch by rb07. --- libtransmission/quark.c | 1 + libtransmission/quark.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libtransmission/quark.c b/libtransmission/quark.c index 603c3489b..4b3f84d38 100644 --- a/libtransmission/quark.c +++ b/libtransmission/quark.c @@ -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 }, diff --git a/libtransmission/quark.h b/libtransmission/quark.h index 2f1b3f3a6..5d88083fa 100644 --- a/libtransmission/quark.h +++ b/libtransmission/quark.h @@ -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,