Skip to content

Commit

Permalink
Plugin/Plugin.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Manganelli authored and Simone Manganelli committed Jun 27, 2009
2 parents 5ff5431 + 896243b commit 8463078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ + (NSView *)plugInViewWithArguments:(NSDictionary *)arguments
- (id) initWithArguments:(NSDictionary *)arguments
{
self = [super init];
if (self) {
if (self) {
[[NSUserDefaults standardUserDefaults] addSuiteNamed:@"com.github.rentzsch.clicktoflash"];
SparkleManager *sharedSparkleManager = [SparkleManager sharedManager];
NSWorkspace *sharedWorkspace = [NSWorkspace sharedWorkspace];
Expand Down

0 comments on commit 8463078

Please sign in to comment.