Skip to content

Commit

Permalink
[FIX] Missing a comma delimiter in app whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jul 19, 2009
1 parent fb7c86b commit b751ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Plugin/CTFWhitelist.m
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ - (IBAction)addToWhitelist:(id)sender;

- (IBAction) removeFromWhitelist: (id)sender
{
assert(0);
if (![self _isHostWhitelisted])
return;

Expand Down
2 changes: 1 addition & 1 deletion Plugin/Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ - (id) initWithArguments:(NSDictionary *)arguments
@"com.adobe.flexbuilder",
@"com.Zattoo.prefs",
@"fr.understudy.HuluPlayer",
@"com.apple.iWeb"
@"com.apple.iWeb",
nil];

SparkleManager *sharedSparkleManager = [SparkleManager sharedManager];
Expand Down

0 comments on commit b751ddd

Please sign in to comment.