update "i" general info image in the inspector; trivial code changes

This commit is contained in:
Mitchell Livingston 2008-05-04 19:45:51 +00:00
parent f1064c4ae3
commit 4c7be1b020
3 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 892 B

View File

@ -32,7 +32,7 @@
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
[nc addObserver: self selector: @selector(updateControlTint:)
name: NSControlTintDidChangeNotification object: nil];
name: NSControlTintDidChangeNotification object: nil];
fSelected = NO;
}
@ -42,7 +42,6 @@
[[NSNotificationCenter defaultCenter] removeObserver: self];
[fIcon release];
[super dealloc];
}

View File

@ -70,7 +70,7 @@
[fDefaults setBool: NO forKey: @"CheckDownload"];
}
//check for old version download location
//check for old version download location (before 1.1)
NSString * choice;
if ((choice = [fDefaults stringForKey: @"DownloadChoice"]))
{