mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Monotone-Parent: 67d95e4466d127870af881a2f0225ba6ed2e27ec
Monotone-Revision: 10073479893696fc7148796331e68fe7862ddf7a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-15T22:20:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-09-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactGCSEntry.m ([SOGoContactGCSEntry
|
||||
-save]): made method void.
|
||||
|
||||
2006-09-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m: added many wrapper methods to
|
||||
|
||||
@@ -82,13 +82,13 @@
|
||||
|
||||
/* specialized actions */
|
||||
|
||||
- (NSException *) save
|
||||
- (void) save
|
||||
{
|
||||
NGVCard *vcard;
|
||||
|
||||
vcard = [self vCard];
|
||||
|
||||
return [self saveContentString: [vcard versitString]];
|
||||
[self saveContentString: [vcard versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
Reference in New Issue
Block a user