mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
update "i" general info image in the inspector; trivial code changes
This commit is contained in:
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 |
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
@ -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"]))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue