propagate from branch 'ca.inverse.sogo.1_3_18' (head a6dfa4114eeabf1790dbbd7a169d81c988375c12)

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

Monotone-Parent: a6dfa4114eeabf1790dbbd7a169d81c988375c12
Monotone-Parent: b2c6832ba400b4bb228726fbd0e791d2ce796007
Monotone-Revision: c0f07692ea20a10ac587360d8d82535fb4291afc

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-08-03T18:11:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Jean Raby
2012-08-03 18:11:13 +00:00
111 changed files with 5086 additions and 2921 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;