From bc5da29e59f2d9b9f29a61f2fd34a82a8a75872e Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 30 Sep 2011 20:23:47 +0000 Subject: on first use the notebook position was taking the pref get_int default of 0, taking up the whole window. fix. --- src/torrent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index d53be6a..75262ed 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -103,6 +103,7 @@ gint64 tracker_stats_get_last_announce_peer_count(JsonObject *t); gint64 tracker_stats_get_last_announce_time(JsonObject *t); gint64 tracker_stats_get_seeder_count(JsonObject *t); gint64 tracker_stats_get_leecher_count(JsonObject *t); +gint64 tracker_stats_get_download_count(JsonObject *t); const gchar *tracker_stats_get_announce_result(JsonObject *t); const gchar *tracker_stats_get_host(JsonObject *t); -- cgit v1.2.3