From b0ad42a97cc5fb962d229b9c9743989e2f47216f Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 24 Aug 2012 14:19:50 +0100 Subject: consider seed ratios in the new cell renderer like Transmisson does, as well as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this. --- src/requests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/requests.c') diff --git a/src/requests.c b/src/requests.c index e5ec04d..d0e4222 100644 --- a/src/requests.c +++ b/src/requests.c @@ -170,7 +170,7 @@ JsonNode *torrent_get(gint64 id) json_array_add_string_element(fields, FIELD_PEERS_GETTING_FROM_US); json_array_add_string_element(fields, FIELD_PEERS_CONNECTED); json_array_add_string_element(fields, FIELD_HAVEVALID); - /* json_array_add_string_element(fields, FIELD_HAVEUNCHECKED); */ + json_array_add_string_element(fields, FIELD_HAVEUNCHECKED); json_array_add_string_element(fields, FIELD_RATEUPLOAD); json_array_add_string_element(fields, FIELD_RATEDOWNLOAD); json_array_add_string_element(fields, FIELD_STATUS); -- cgit v1.2.3