Skip to content

Commit

Permalink
finalise for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
npyl committed Feb 3, 2018
1 parent 4aa9668 commit 9399be9
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 9399be9

Please sign in to comment.