propagate from branch 'ca.inverse.sogo.1_3_11' (head 7be89eb338128de0cf7f68aeb1ed4852cf15bc96)

to branch 'ca.inverse.sogo' (head 67b04dc1826e6a365d562a81554e430a185f049e)

Monotone-Parent: 67b04dc1826e6a365d562a81554e430a185f049e
Monotone-Parent: 7be89eb338128de0cf7f68aeb1ed4852cf15bc96
Monotone-Revision: ac5c5df6110e5b3eeddb58ae28a4da10b7e43c94

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-05T16:42:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-12-05 16:42:13 +00:00
+7 -1
View File
@@ -998,7 +998,13 @@ iRANGE(2);
- (void) setCategory: (NSString *) newCategory
{
ASSIGN (categories, [NSArray arrayWithObject: newCategory]);
if (newCategory)
ASSIGN (categories, [NSArray arrayWithObject: newCategory]);
else
{
[categories release];
categories = nil;
}
}
- (NSString *) category