mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-27 08:00:33 +00:00
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:
@@ -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