Skip to content
Snippets Groups Projects
Commit 07bc6317 authored by George Nachman's avatar George Nachman
Browse files

Adhoc build 1.0.0.20140518_194049

parent e4d7a766
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -91,13 +91,9 @@
[super dealloc];
}
 
- (BOOL)isEnabled
{
if ([GrowlApplicationBridge isGrowlRunning]) {
return enabled;
} else {
return NO;
}
- (BOOL)isEnabled {
// This used to check if grow was running, but that crashed. I don't think it did any good.
return YES;
}
 
- (void)setEnabled:(BOOL)newState
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment