From: Matthew Judy Date: Wed, 1 Oct 2003 13:19:34 +0000 (+0000) Subject: Some minor stuff X-Git-Tag: v1.0~26 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/5784759a54fe73efe7d5a0f5d493c6fbf3bb864c Some minor stuff --- diff --git a/MTeSerialNumber.m b/MTeSerialNumber.m index 9d8da42..212a1c7 100755 --- a/MTeSerialNumber.m +++ b/MTeSerialNumber.m @@ -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. diff --git a/StatusWindow.m b/StatusWindow.m index 0a1ba7f..91aba66 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -187,7 +187,7 @@ 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 index b63df5e..0000000 Binary files a/libValidate.a and /dev/null differ