Skip to content

Commit ff1cf32

Browse files
committed
Make property accessor backward compatible
1 parent b1cd163 commit ff1cf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitHistoryController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ - (IBAction) updateSearch:(NSSearchField *) sender {
822822
[NSDictionary dictionaryWithObject:searchString forKey:@"SEARCH_STRING"]];
823823
}
824824
[gitTree setFilterPredicate:predicate];
825-
[treeController setContent:gitTree.filteredChildren];
825+
[treeController setContent:[gitTree filteredChildren]];
826826
}
827827

828828
@end

0 commit comments

Comments
 (0)