propagate from branch 'ca.inverse.sogo.1_3_17' (head 22bcd9c626e305661b31c70a49c93352266c2dc8)

to branch 'ca.inverse.sogo' (head b9f26c4bac060372453dcba2c0f2b9a17ffc93bb)

Monotone-Parent: 22bcd9c626e305661b31c70a49c93352266c2dc8
Monotone-Parent: b9f26c4bac060372453dcba2c0f2b9a17ffc93bb
Monotone-Revision: 635b5bfac47476bfa8994f9151936f2d4bd7d4f3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-14T02:41:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-07-14 02:41:33 +00:00
85 changed files with 3011 additions and 1971 deletions
+3
View File
@@ -178,6 +178,9 @@
{
if ((self = [self init]))
{
if ([_name length] == 0)
[NSException raise: NSInvalidArgumentException
format: @"'_name' must not be an empty string"];
context = [[WOApplication application] context];
nameInContainer = [_name copy];
container = _container;