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