mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 22:05:23 +00:00
Monotone-Parent: 6b823ced59f092f04fbddc4591dc565de83b429d
Monotone-Revision: f0272356b5859dc15924f19ef79e1a13b9e71f8f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-13T21:35:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -972,6 +972,7 @@ _selectorForProperty (NSString *property)
|
||||
|
||||
values = [self _properties: properties ofObject: object];
|
||||
currentValue = values;
|
||||
|
||||
property = properties;
|
||||
while (*property)
|
||||
{
|
||||
@@ -987,7 +988,7 @@ _selectorForProperty (NSString *property)
|
||||
propertyValue = [NSString stringWithFormat: @"<%@/>", nodeTag];
|
||||
propDict = properties404;
|
||||
}
|
||||
[properties200 addObject: propertyValue];
|
||||
[propDict addObject: propertyValue];
|
||||
property++;
|
||||
currentValue++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user