Changeset 1450
- Timestamp:
- 07/16/11 02:25:46 (10 months ago)
- Files:
-
- 1 modified
-
trunk/CPFPerianPrefPaneController.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CPFPerianPrefPaneController.m
r1430 r1450 628 628 } 629 629 630 - (void)deletePluginCache 631 { 632 // delete the QuickTime web plugin's component cache 633 // unfortunately there is no way for this to work for "all users" installs 634 635 NSString *path = [@"~/Library/Preferences/com.apple.quicktime.plugin.preferences.plist" stringByExpandingTildeInPath]; 636 [[NSFileManager defaultManager] removeItemAtPath:path error:nil]; 637 } 638 630 639 - (void)install:(id)sender 631 640 { … … 676 685 677 686 [self lsRegisterApps]; 687 [self deletePluginCache]; 678 688 679 689 [self performSelectorOnMainThread:@selector(installComplete:) withObject:nil waitUntilDone:NO];
