merge of '1475912d0e20ad5f1180b0921306270039272161'

and '5af7a1393148e6e3508fd84f023b7a907fc67c25'

Monotone-Parent: 1475912d0e20ad5f1180b0921306270039272161
Monotone-Parent: 5af7a1393148e6e3508fd84f023b7a907fc67c25
Monotone-Revision: 98ba3d5ee1d111284dfb68999ac43af19ef48122

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-22T17:54:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2010-07-22 17:54:48 +00:00
commit 31f3268985
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