hide error message in inspector if it is no longer applicable

This commit is contained in:
Mitchell Livingston 2007-03-02 01:57:55 +00:00
parent 22d5a4ecf5
commit 82da9ce667
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
- (NSString *) errorMessage
{
[NSString stringWithUTF8String: fStat->errorString];
[self isError] ? [NSString stringWithUTF8String: fStat->errorString] : @"";
}
- (BOOL) justFinished