merge of '027083e4ddfcc14898e7dd8b6e08c73058f18778'

and '775c77bf29362b522a5e4bc462f291c0cd1f4aaa'

Monotone-Parent: 027083e4ddfcc14898e7dd8b6e08c73058f18778
Monotone-Parent: 775c77bf29362b522a5e4bc462f291c0cd1f4aaa
Monotone-Revision: 5af7a1393148e6e3508fd84f023b7a907fc67c25

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-21T16:00:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-07-21 16:00:54 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-07-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* iCalXMLRenderer.m (_appendPaddingValues:withTag:intoString:):
fixed a typo causing a crash.
2010-07-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* NGVCardPhoto.[hm]: new class module that implement facilities

View File

@@ -96,7 +96,7 @@
int count;
for (count = 0; count < max; count++)
[rendering appendFormat: @"<%@/>"];
[rendering appendFormat: @"<%@/>", valueTag];
}
- (NSString *) _xmlRenderParameter: (NSString *) paramName