mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: dc5bdda4eee483eae805bffa6ff605e9995cd81d
Monotone-Revision: 9f79dbe6555cff12bfb3ced124471b7ced0eb94f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-10T13:38:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -806,12 +806,13 @@ iRANGE(2);
|
||||
|
||||
- (void) setComment: (NSString *) _value
|
||||
{
|
||||
ASSIGN (comment, _value);
|
||||
#warning should we do the same for "location" and "summary"? What about ContactsUI?
|
||||
ASSIGN (comment, [_value stringByReplacingString: @"\r\n" withString: @"\n"]);
|
||||
}
|
||||
|
||||
- (NSString *) comment
|
||||
{
|
||||
return comment;
|
||||
return [comment stringByReplacingString: @"\n" withString: @"\r\n"];
|
||||
}
|
||||
|
||||
- (BOOL) hasComment
|
||||
|
||||
Reference in New Issue
Block a user