1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00

booleans are easier

This commit is contained in:
Mitchell Livingston 2006-09-05 02:21:17 +00:00
parent 62164414d6
commit 8e11ba7f74

View file

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