Skip to content

Commit

Permalink
finalise the patches for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
npyl committed Feb 2, 2018
1 parent 9c8045e commit 8719279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConkyX/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int argc, const char * argv[])
{
NSUserDefaults * conkyDefaults = [[NSUserDefaults alloc] init];

if ([conkyDefaults valueForKey:@"isInstalled"])
if (![conkyDefaults valueForKey:@"isInstalled"])
{
NSLog(@"conky: not installed");

Expand Down

0 comments on commit 8719279

Please sign in to comment.