Make property accessor backward compatible

This commit is contained in:
Uwe Hees
2011-04-27 23:15:12 +02:00
parent b1cd163c98
commit ff1cf329b1
+1 -1
View File
@@ -822,7 +822,7 @@
[NSDictionary dictionaryWithObject:searchString forKey:@"SEARCH_STRING"]];
}
[gitTree setFilterPredicate:predicate];
[treeController setContent:gitTree.filteredChildren];
[treeController setContent:[gitTree filteredChildren]];
}
@end