Monotone-Parent: 2b7803f8e993e96ff4490197722ef0a2a5faad70

Monotone-Revision: 7d9ee580367f7631b0793eae0e55ae9255d331bc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-19T02:49:25
This commit is contained in:
Wolfgang Sourdeau
2012-04-19 02:49:25 +00:00
parent dbd99fac84
commit 5753cf3384
7 changed files with 58 additions and 5 deletions
@@ -59,6 +59,7 @@
rule = [rules objectAtIndex:i];
ruleString = [NSMutableString new];
[[rule values] versitRenderInString: ruleString
withKeyOrdering: [rule orderOfValueKeys]
asAttributes: NO];
[ma addObject: ruleString];
[ruleString release];