mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-16 20:15:57 +00:00
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:
@@ -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])
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user