From 8ae00032eb40faf1db88f878885d716a1820406c Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 1 Oct 2003 22:38:05 +0000 Subject: [PATCH] Fixing blingBling :) --- MTBlingController.m | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1