booleans are easier

This commit is contained in:
Mitchell Livingston 2006-09-05 02:21:17 +00:00
parent 62164414d6
commit 8e11ba7f74
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@
- (void) setForInactive: (NSNotification *) notification
{
[self setImage: [self image] == fButtonSelected ? fButtonSelectedDim : fButtonNormalDim];
[self setImage: fEnabled ? fButtonSelectedDim : fButtonNormalDim];
if (fTrackingTag)
{