mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
booleans are easier
This commit is contained in:
parent
62164414d6
commit
8e11ba7f74
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue