mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
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:
@@ -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