this should have been included in the previous commit. :/

This commit is contained in:
Jordan Lee 2013-01-15 21:59:04 +00:00
parent e3eb1afeae
commit d4242140be
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ Session :: torrentSetLocation( const QSet<int>& ids, const QString& location, bo
{
tr_variant top;
tr_variantInitDict (&top, 2);
tr_variantDictAddQuark (&top, TR_KEY_method, TR_KEY_torrent_set);
tr_variantDictAddQuark (&top, TR_KEY_method, TR_KEY_torrent_set_location);
tr_variant * args (tr_variantDictAddDict(&top, TR_KEY_arguments, 3));
addOptionalIds (args, ids);
tr_variantDictAddStr (args, TR_KEY_location, location.toUtf8().constData());