Move the ETA cap of 99:59:59 from libtransmission to the MacOS X GUI.

Display the ETA better in the GTK GUI.
This commit is contained in:
Josh Elsasser
2006-07-04 22:31:14 +00:00
parent 07249c3697
commit 02e5485c0f
5 changed files with 45 additions and 9 deletions

View File

@@ -59,6 +59,11 @@ strbool(const char *str);
char *
readablesize(guint64 size);
/* return a human-readable string for the time given in seconds.
the string must be g_free()d */
char *
readabletime(int secs);
/* returns a string representing the download ratio.
the string must be g_free()d */
char *