X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/9fe0abc58552c65940750163388179a2966eb59e..7eff668a73d0965a793c7956d9553f539ca30f65:/PreferencesController.m diff --git a/PreferencesController.m b/PreferencesController.m index 4281817..ea1831f 100755 --- a/PreferencesController.m +++ b/PreferencesController.m @@ -1,5 +1,5 @@ #import "PreferencesController.h" -#import "NewMainController.h" +#import "MainController.h" #import "HotKeyCenter.h" #import @@ -630,7 +630,7 @@ static PreferencesController *prefs = nil; if ( flag ) { NSMutableDictionary *loginwindow; NSMutableArray *loginarray; - ComponentInstance temp = OpenDefaultComponent(kOSAComponentType, kAppleScriptSubtype);; + ComponentInstance temp = OpenDefaultComponent(kOSAComponentType, kAppleScriptSubtype); int i; BOOL skip = NO;