mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
Remove Find...it doesn't work right and isn't too important anyways.
This commit is contained in:
parent
82a33fa0f6
commit
4d0bc33f92
2 changed files with 2 additions and 2 deletions
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -135,6 +135,8 @@
|
|||
|
||||
- (void) changeLevel: (id) sender
|
||||
{
|
||||
[self updateLog: nil];
|
||||
|
||||
int selection = [fLevelButton indexOfSelectedItem], level;
|
||||
if (selection == LEVEL_INFO)
|
||||
level = TR_MSG_INF;
|
||||
|
@ -143,8 +145,6 @@
|
|||
else
|
||||
level = TR_MSG_ERR;
|
||||
|
||||
[self updateLog: nil];
|
||||
|
||||
tr_setMessageLevel(level);
|
||||
[[NSUserDefaults standardUserDefaults] setInteger: level forKey: @"MessageLevel"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue