mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: ffcd574646dd54d9748ba8f405a72c3ea2875213
Monotone-Revision: eb165ac64bb67362d5ea6d43b6f390aeb1efe013 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-03T15:56:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -424,7 +424,9 @@
|
||||
string = [renderer render: self];
|
||||
[renderer release];
|
||||
|
||||
return string;
|
||||
return (([string length] > 1)
|
||||
? [string substringToIndex: [string length] - 2]
|
||||
: @"");
|
||||
}
|
||||
|
||||
- (CardElement *) elementWithClass: (Class) elementClass
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2007-07-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* CardElement.m ([CardElement -versitString]): remove the ending
|
||||
"\r\n".
|
||||
|
||||
2007-06-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalDateTime.m ([iCalDateTime
|
||||
|
||||
Reference in New Issue
Block a user