Skip to content

Commit

Permalink
Fix typo in the menu icon showing section
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Mar 31, 2012
1 parent 9058e55 commit 596f1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quicksilver/Code-App/QSController.m
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ - (void)setShowMenuIcon:(NSNumber *)mode {
[statusItem release];
statusItem = nil;
}
if (mode) {
if (![mode boolValue]) {
return;
}
statusItem = [[NSStatusBar systemStatusBar] _statusItemWithLength:29.0f withPriority:NSLeftStatusItemPriority];
Expand Down

0 comments on commit 596f1d6

Please sign in to comment.