Skip to content

Commit

Permalink
fix Kevin Ballard's silly preference file that he messed up and was t…
Browse files Browse the repository at this point in the history
…otally not my fault at all AT ALL

(cherry picked from commit d85ab69)
  • Loading branch information
simX committed Oct 1, 2009
1 parent 9c181b6 commit 33c8bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Plugin/Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ - (void) _migratePrefsToExternalFile
NSMutableArray *combinedWhitelist = [NSMutableArray arrayWithArray:prefValue];
[combinedWhitelist addObjectsFromArray:existingExternalPref];
[externalFileDefaults setObject:combinedWhitelist forKey:externalPrefDefaultName];

// because people named Kevin Ballard messed up their preferences file and somehow
// managed to retain ClickToFlash_siteInfo in their com.github plist file
[externalFileDefaults removeObjectForKey:currentParasiticDefault];
}
}
// eliminate the parasitic default, regardless of whether we transferred them or not
Expand Down

0 comments on commit 33c8bcf

Please sign in to comment.