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:
Wolfgang Sourdeau
2006-09-15 22:20:25 +00:00
parent f400ce01c1
commit 74ace73ca6
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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 */