mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 0fdbd40e83a190f1d39914851c8f51231d0ca200
Monotone-Revision: 8a8f01d00132a79870b7c9ed8adbce9f4c0c79bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-04T15:59:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -424,9 +424,10 @@
|
||||
string = [renderer render: self];
|
||||
[renderer release];
|
||||
|
||||
return (([string length] > 1)
|
||||
? [string substringToIndex: [string length] - 2]
|
||||
: @"");
|
||||
if ([string hasSuffix: @"\r\n"])
|
||||
string = [string substringToIndex: [string length] - 2];
|
||||
|
||||
return string;
|
||||
}
|
||||
|
||||
- (CardElement *) elementWithClass: (Class) elementClass
|
||||
|
||||
Reference in New Issue
Block a user