mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 19:15:27 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user