Monotone-Parent: 3147ad3a58e41e30a98c3efa7f7da7421d6aed2a

Monotone-Revision: 775c77bf29362b522a5e4bc462f291c0cd1f4aaa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-21T16:00:51
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-07-21 16:00:51 +00:00
parent 92cbd9f20d
commit b5a8dfae62
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