X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/8ae00032eb40faf1db88f878885d716a1820406c..67c27db4fde8f76cff3e419768d8d7a047f4eb50:/MTBlingController.m diff --git a/MTBlingController.m b/MTBlingController.m index fb1a66b..8e9af92 100755 --- a/MTBlingController.m +++ b/MTBlingController.m @@ -8,6 +8,7 @@ #import "MTBlingController.h" #import "MTeSerialNumber.h" +#import "MainController.h" #define APP_SUPPORT_PATH_STRING [@"~/Library/Application Support/MenuTunes/" stringByExpandingTildeInPath] #define LICENSE_PATH_STRING [APP_SUPPORT_PATH_STRING stringByAppendingString:@"/.license"] @@ -31,6 +32,9 @@ - (void)_IT {} - (void)_YOU {} - (void)_TIGHTWAD {} +- (void)_HAHAHA {} +- (void)_LOLOL {} +- (void)_FIVERSKATES {} - (id)init { @@ -115,7 +119,7 @@ nil, nil, nil, NSLocalizedString(@"failed_msg", @"Failed Message")); } - + [[MainController sharedController] blingTime]; } - (int)checkKeyFile @@ -137,11 +141,12 @@ { if ( ! (checkDone == 2475) ) { if ( ! ([self checkKeyFile] == 7465) ) { - return 0 + checkDone = 0; } else { - return 2475; + checkDone = 2475; } } + return checkDone; } - (void)finishValidSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo