From: Joseph Spiros Date: Wed, 1 Oct 2003 22:38:05 +0000 (+0000) Subject: Fixing blingBling :) X-Git-Tag: v1.0~14 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/8ae00032eb40faf1db88f878885d716a1820406c?ds=sidebyside Fixing blingBling :) --- diff --git a/MTBlingController.m b/MTBlingController.m index 638a2f1..fb1a66b 100755 --- a/MTBlingController.m +++ b/MTBlingController.m @@ -135,7 +135,13 @@ - (int)checkDone { - return checkDone; + if ( ! (checkDone == 2475) ) { + if ( ! ([self checkKeyFile] == 7465) ) { + return 0 + } else { + return 2475; + } + } } - (void)finishValidSheet:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo