From ff1cf329b18f90903a56c81bf2d07677336362db Mon Sep 17 00:00:00 2001 From: Uwe Hees Date: Wed, 27 Apr 2011 23:15:12 +0200 Subject: [PATCH] Make property accessor backward compatible --- PBGitHistoryController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBGitHistoryController.m b/PBGitHistoryController.m index ff1c597..bc16426 100644 --- a/PBGitHistoryController.m +++ b/PBGitHistoryController.m @@ -822,7 +822,7 @@ [NSDictionary dictionaryWithObject:searchString forKey:@"SEARCH_STRING"]]; } [gitTree setFilterPredicate:predicate]; - [treeController setContent:gitTree.filteredChildren]; + [treeController setContent:[gitTree filteredChildren]]; } @end