Some minor stuff
authorMatthew Judy <mjudy@ithinksw.com>
Wed, 1 Oct 2003 13:19:34 +0000 (13:19 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Wed, 1 Oct 2003 13:19:34 +0000 (13:19 +0000)
MTeSerialNumber.m
StatusWindow.m
libValidate.a [deleted file]

index 9d8da42..212a1c7 100755 (executable)
@@ -19,7 +19,7 @@
                      extra:(NSString *)extra
                  publisher:(NSString *)publisher
 {
-    if ( self = [super init] ) {
+    if ( (self = [super init]) ) {
         _serialNumber = serial;
         _nameBasedKey = name;
         _extraDataKey = nil;       //extra data is currently unused.
index 0a1ba7f..91aba66 100755 (executable)
         id            aCell       = nil;
         int           activeCount = 0;
         NSColor      *onColor     = [NSColor whiteColor];
-        NSColor      *offColor    = [NSColor colorWithCalibratedWhite:0.0 alpha:0.50];
+        NSColor      *offColor    = [NSColor colorWithCalibratedWhite:0.15 alpha:0.50];
         NSMatrix     *volMatrix   = [[[NSMatrix alloc] initWithFrame:dataRect
                                                                 mode:NSHighlightModeMatrix
                                                            cellClass:NSClassFromString(@"ITTextFieldCell")
diff --git a/libValidate.a b/libValidate.a
deleted file mode 100755 (executable)
index b63df5e..0000000
Binary files a/libValidate.a and /dev/null differ