More capp_linting.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-12-09 13:45:29 -08:00
parent 3cda75986b
commit d69f46f7ee
32 changed files with 305 additions and 287 deletions
@@ -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]];