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