From: Joseph Spiros Date: Wed, 1 Oct 2003 22:40:02 +0000 (+0000) Subject: Whoops! I really ought to build my code to test before committing, eh? :) X-Git-Tag: v1.0~13 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/f350bbd7ac106a9e5c4d09cf0a104f8581851dd2 Whoops! I really ought to build my code to test before committing, eh? :) --- 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