using properties where possible

This commit is contained in:
michael starke
2016-08-17 17:39:46 +02:00
parent 9f40dfae42
commit 654103e833
2 changed files with 35 additions and 27 deletions

View File

@@ -96,7 +96,7 @@
keyFileURL:self.keyPathControl.URL
error:&error]) {
[self _showError:error];
[[[self view] window] shakeWindow:nil];
[self.view.window shakeWindow:nil];
}
}
}