[ios] Fixed crash on About button

This commit is contained in:
Alex Zolotarev 2011-10-24 19:24:11 +03:00 committed by Alex Zolotarev
parent 3e8a0cffde
commit 672f8da582

View file

@ -83,7 +83,7 @@ static bool IsOurIndex(TIndex const & theirs, TIndex const & ours)
self.navigationItem.title = header;
UIBarButtonItem * aboutButton = [[[UIBarButtonItem alloc] initWithTitle:@"About" style: UIBarButtonItemStylePlain
target:self action:@selector(OnAboutButton:)] autorelease];
target:self action:@selector(onAboutButton:)] autorelease];
self.navigationItem.rightBarButtonItem = aboutButton;
// Show Close button only on the first page
if ([header compare:@"Download"] == NSOrderedSame)