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:
Wolfgang Sourdeau
2007-07-03 15:56:31 +00:00
parent ee01f06396
commit 67ef3f8d48
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -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
+5
View File
@@ -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