propagate from branch 'ca.inverse.sogo.1_3_17' (head 080d411d52272c158ce60ea0bab6ba8eb9d9aa2a)

to branch 'ca.inverse.sogo' (head 3e3aa908260b5a804d05c2857b5c7ae70d861828)

Monotone-Parent: 080d411d52272c158ce60ea0bab6ba8eb9d9aa2a
Monotone-Parent: 3e3aa908260b5a804d05c2857b5c7ae70d861828
Monotone-Revision: 207a29e043f7f41c818a8697fe995a55940787fc

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-07-18T19:06:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2012-07-18 19:06:06 +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;