mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
More capp_linting.
Reviewed by me.
This commit is contained in:
@@ -62,7 +62,7 @@ CPLogRegister(CPLogConsole);
|
||||
|
||||
- (void)changeDefault:(id)sender
|
||||
{
|
||||
var buttonWindow = [sender window]
|
||||
var buttonWindow = [sender window],
|
||||
tag = [[buttonWindow defaultButton] tag] === 1 ? 2 : 1;
|
||||
|
||||
[buttonWindow setDefaultButton:[[buttonWindow contentView] viewWithTag:tag]];
|
||||
|
||||
Reference in New Issue
Block a user