mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
"isFolder" is a better method name than "folder"
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
- (void) updateStatusField: (NSNotification *) notification
|
||||
{
|
||||
NSString * statusString = [NSString stringForFileSize: [fTorrent size]];
|
||||
if ([fTorrent folder])
|
||||
if ([fTorrent isFolder])
|
||||
{
|
||||
NSString * fileString;
|
||||
int count = [fTorrent fileCount];
|
||||
|
||||
Reference in New Issue
Block a user