Patch applied from bug #1664

Monotone-Parent: 1e79eab4c546452715e5171f1c326b7d36f1c195
Monotone-Revision: 99dc7d9dce88b8a323b1e7aab60de99ed2bfda60

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-05-29T18:56:15
This commit is contained in:
Ludovic Marcotte
2012-05-29 18:56:15 +00:00
parent 2e49702e3f
commit d6f0203351
8 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ static NSArray *infoKeys = nil;
{
if (![_info isNotNull]) return;
[self debugWithFormat:@"loading info ..."];
[self takeValuesFromDictionary:_info];
[self setValuesForKeysWithDictionary:_info];
}
- (NSDictionary *) storeInfo