mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Make property accessor backward compatible
This commit is contained in:
@@ -822,7 +822,7 @@
|
||||
[NSDictionary dictionaryWithObject:searchString forKey:@"SEARCH_STRING"]];
|
||||
}
|
||||
[gitTree setFilterPredicate:predicate];
|
||||
[treeController setContent:gitTree.filteredChildren];
|
||||
[treeController setContent:[gitTree filteredChildren]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user