"isFolder" is a better method name than "folder"

This commit is contained in:
Mitchell Livingston
2008-05-29 22:16:03 +00:00
parent 84f922af92
commit 8a876d755a
5 changed files with 10 additions and 10 deletions

View File

@@ -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];