Ship stuff
authorMatthew Judy <mjudy@ithinksw.com>
Thu, 2 Oct 2003 09:26:54 +0000 (09:26 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Thu, 2 Oct 2003 09:26:54 +0000 (09:26 +0000)
English.lproj/Preferences.nib/info.nib
English.lproj/Preferences.nib/keyedobjects.nib
MTBlingController.h
MTBlingController.m
MTeSerialNumber.m
libValidate.a

index 62b0570..d83c7fa 100755 (executable)
@@ -3,9 +3,9 @@
 <plist version="1.0">
 <dict>
        <key>IBDocumentLocation</key>
-       <string>6 66 356 240 0 0 1152 746 </string>
+       <string>5 69 356 240 0 0 1056 770 </string>
        <key>IBFramework Version</key>
-       <string>291.0</string>
+       <string>286.0</string>
        <key>IBGroupedObjects</key>
        <dict>
                <key>0</key>
index 891a553..ae61f23 100755 (executable)
Binary files a/English.lproj/Preferences.nib/keyedobjects.nib and b/English.lproj/Preferences.nib/keyedobjects.nib differ
index 642bdc9..2a558c3 100755 (executable)
@@ -28,6 +28,5 @@
 - (int)checkKeyFile;
 - (int)checkDone;
 
-- (void)test:(id)sender;
 
 @end
index 7541747..8e9af92 100755 (executable)
@@ -32,6 +32,9 @@
 - (void)_IT {}
 - (void)_YOU {}
 - (void)_TIGHTWAD {}
+- (void)_HAHAHA {}
+- (void)_LOLOL {}
+- (void)_FIVERSKATES {}
 
 - (id)init
 {
index 212a1c7..5d5de1c 100755 (executable)
             NSEnumerator *deadEnum = [_deadSerials objectEnumerator];
             id            aDeadSerial;
             
-            while ( aDeadSerial = [deadEnum nextObject] ) {
+            while ( (aDeadSerial = [deadEnum nextObject]) ) {
                 if ( [aDeadSerial isEqualToString:_serialNumber] ) {
                     dead = YES;
                }
index 3f7f2c7..813fc0e 100755 (executable)
Binary files a/libValidate.a and b/libValidate.a differ