#669: counts the new group 'separators' in the transfers list as transfers in the count on the bottom of the window

This commit is contained in:
Mitchell Livingston
2008-01-30 22:24:30 +00:00
parent dd64616376
commit 0e393b873f

View File

@@ -1919,7 +1919,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
if (filterStatus || filterGroup || filterText)
totalTorrentsString = [NSString stringWithFormat: NSLocalizedString(@"%d of %@", "Status bar transfer count"),
[fDisplayedTorrents count], totalTorrentsString];
[fDisplayedTorrents count] - [fDisplayedGroupIndexes count], totalTorrentsString];
[fTotalTorrentsField setStringValue: totalTorrentsString];