From 7f7e86d9a24a9849a6d854073640ab3e95cb2168 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Sun, 14 Jul 2013 22:37:49 -0400 Subject: Renamed block parameter. --- example/ios/iOS UI Test/iOS UI Test/MasterViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m index 0e9e0536..accd9040 100644 --- a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m +++ b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m @@ -178,8 +178,8 @@ finishedRefreshWithFetcher:(GTMHTTPFetcher *)fetcher cell.messageRenderingOperation = [self.imapSession plainTextBodyRenderingOperationWithMessage:message folder:@"INBOX"]; - [cell.messageRenderingOperation start:^(NSString * htmlString, NSError * error) { - cell.detailTextLabel.text = htmlString; + [cell.messageRenderingOperation start:^(NSString * plainTextBodyString, NSError * error) { + cell.detailTextLabel.text = plainTextBodyString; cell.messageRenderingOperation = nil; }]; -- cgit v1.2.3