mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
Monotone-Parent: 3147ad3a58e41e30a98c3efa7f7da7421d6aed2a
Monotone-Revision: 775c77bf29362b522a5e4bc462f291c0cd1f4aaa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-07-21T16:00:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
int count;
|
||||
|
||||
for (count = 0; count < max; count++)
|
||||
[rendering appendFormat: @"<%@/>"];
|
||||
[rendering appendFormat: @"<%@/>", valueTag];
|
||||
}
|
||||
|
||||
- (NSString *) _xmlRenderParameter: (NSString *) paramName
|
||||
|
||||
Reference in New Issue
Block a user