From bf1912e7e4505dd1aa003f1c8be5b4788d5355b2 Mon Sep 17 00:00:00 2001 From: masakih Date: Tue, 4 Mar 2014 22:07:37 +0900 Subject: [PATCH] =?utf8?q?fetchPredicate=E3=81=A7=E3=81=AF=E3=81=AA?= =?utf8?q?=E3=81=8FfilterPredicate=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/HMShipWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/HMShipWindowController.m b/KCD/HMShipWindowController.m index e272b88d..787169a2 100644 --- a/KCD/HMShipWindowController.m +++ b/KCD/HMShipWindowController.m @@ -53,7 +53,7 @@ if(tag != 0 && tag < 8) { predicate = [NSPredicate predicateWithFormat:@"master_ship.stype.id in %@", categories[tag - 1]]; } - [self.shipController setFetchPredicate:predicate]; + [self.shipController setFilterPredicate:predicate]; } @end -- 2.11.0