mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: ec02ae62fee05e50774a4da52cc17e4811526340
Monotone-Revision: d5e2b98ae15729726ed7a81b845e37f7657dcb8e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-30T19:46:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2011-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* NGVCard.m (-initWithUid:): initialize "CLASS" and "PROFILE".
|
||||
|
||||
* CardGroup.m (-isVoid): overriden method.
|
||||
(-cleanupEmptyChildren): make use of "isVoid" to detect and remove
|
||||
empty children.
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
[self setTag: @"vcard"];
|
||||
[self setUid: _uid];
|
||||
[self setVersion: @"3.0"];
|
||||
[self setVClass: @"PUBLIC"];
|
||||
[self setProfile: @"VCARD"];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user