Monotone-Parent: a87ea069b19e3f7bd1333de3fb1a25fc04303484

Monotone-Revision: dd98907b2d09b3cd66d8a6ef15da440b85e98478

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-05T15:19:45
This commit is contained in:
Wolfgang Sourdeau
2011-12-05 15:19:45 +00:00
parent 648b0ccbdd
commit 182f442a4d
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2011-12-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxComponentEditor.m (-setCategory): ensure that
the new category is reported in the "categories" ivar.
* SoObjects/Appointments/iCalEvent+SOGo.m (-quickRecord):
-[iCalEntityObject categories] returns an NSArray that we need to
convert to a string for the database content.

View File

@@ -998,7 +998,7 @@ iRANGE(2);
- (void) setCategory: (NSString *) newCategory
{
ASSIGN (category, newCategory);
ASSIGN (categories, [NSArray arrayWithObject: newCategory]);
}
- (NSString *) category