merge of '478756ffec5abdd24d602d86bbb8fdf091d543bd'

and 'cbeb049178fb31d19a533abf22a87b401926032f'

Monotone-Parent: 478756ffec5abdd24d602d86bbb8fdf091d543bd
Monotone-Parent: cbeb049178fb31d19a533abf22a87b401926032f
Monotone-Revision: 76909628785d7db94f5a70ec9d81f0d310851522

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-24T18:48:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-24 18:48:17 +00:00
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)