mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 06:16:00 +00:00
Monotone-Parent: a87ea069b19e3f7bd1333de3fb1a25fc04303484
Monotone-Revision: dd98907b2d09b3cd66d8a6ef15da440b85e98478 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-05T15:19:45
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -998,7 +998,7 @@ iRANGE(2);
|
||||
|
||||
- (void) setCategory: (NSString *) newCategory
|
||||
{
|
||||
ASSIGN (category, newCategory);
|
||||
ASSIGN (categories, [NSArray arrayWithObject: newCategory]);
|
||||
}
|
||||
|
||||
- (NSString *) category
|
||||
|
||||
Reference in New Issue
Block a user