X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/8ae00032eb40faf1db88f878885d716a1820406c..f350bbd7ac106a9e5c4d09cf0a104f8581851dd2:/MTBlingController.m diff --git a/MTBlingController.m b/MTBlingController.m index fb1a66b..e9b8ce2 100755 --- a/MTBlingController.m +++ b/MTBlingController.m @@ -137,11 +137,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