mirror of
https://github.com/transmission/transmission.git
synced 2026-04-22 09:49:05 +01:00
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
This commit is contained in:
@@ -106,7 +106,6 @@ test_session_get_and_set (void)
|
||||
check (tr_variantDictFind (args, TR_KEY_config_dir) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_dht_enabled) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_download_dir) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_download_dir_free_space) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_download_queue_enabled) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_download_queue_size) != NULL);
|
||||
check (tr_variantDictFind (args, TR_KEY_encryption) != NULL);
|
||||
|
||||
Reference in New Issue
Block a user