See Changelog.

Monotone-Parent: 2b96d00aec89e2290a01e1ee04bdc8cee5487139
Monotone-Revision: cbeb049178fb31d19a533abf22a87b401926032f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-24T13:41:21
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2010-08-24 13:41:21 +00:00
parent a2b5a5b4bb
commit b5fb0b8ff5
2 changed files with 9 additions and 1 deletions

View File

@ -319,7 +319,10 @@
aValue];
index = [self _namedValue: aValueName];
if (index == NSNotFound)
[self addValue: newValue];
{
if ([aValue length])
[self addValue: newValue];
}
else
{
if ([aValue length])

View File

@ -1,3 +1,8 @@
2010-08-24 Francis Lachapelle <flachapelle@inverse.ca>
* CardElement.m (-setNamedValue:to:): don't add the value if nil
and not already defined.
2010-08-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* iCalAlarm.m (-setComment, -setSummary, -setAction)