The quit dialog now displays the number of active torrents

Disables idle sleep if at least one torrent is active
 Cosmetic changes
This commit is contained in:
Eric Petit
2006-01-29 01:20:22 +00:00
parent e5949bf6e2
commit 0ed06f109d
2 changed files with 63 additions and 41 deletions

View File

@@ -33,7 +33,7 @@
@interface Controller : NSObject
{
tr_handle_t * fHandle;
int fCount, fCompleted;
int fCount, fSeeding, fDownloading, fCompleted;
tr_stat_t * fStat;
int fResumeOnWake[TR_MAX_TORRENT_COUNT];