mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
#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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user