Skip to content

Commit

Permalink
Declaring - installSugar:
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Jan 3, 2009
1 parent f4a105c commit 1b64315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Code/YRSugarManagerController.h
Expand Up @@ -18,4 +18,5 @@
- (void)updateSugarsFromGitHub;
- (void)updateSugarsFromGoogleCode;
- (IBAction)installSugarAction:(id)sender;
- (BOOL)installSugar:(YRSugarRepresentation *)sugar;
@end
4 changes: 2 additions & 2 deletions Code/YRSugarManagerController.m
Expand Up @@ -86,8 +86,8 @@ - (IBAction)installSugarAction:(id)sender {
[self installSugar:sugar];
[progressIndicator stopAnimation:self];
}
// The nullarg is necessary to differentiate this from the above IBAction
- (BOOL)installSugar:(id)sugar {

- (BOOL)installSugar:(YRSugarRepresentation *)sugar {
NSLog(@"- installSugar:%@", sugar);
BOOL result = NO;

Expand Down

0 comments on commit 1b64315

Please sign in to comment.