mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
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
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