mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
(feat) applied all changes as a patch coming from PR #180
This commit is contained in:
@@ -180,6 +180,9 @@
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"'_name' must not be an empty string"];
|
||||
context = [[WOApplication application] context];
|
||||
if (!context)
|
||||
[self errorWithFormat: @"Error: initializing a SOGoObject (named %@) "
|
||||
@"without wocontext", _name];
|
||||
nameInContainer = [_name copy];
|
||||
container = _container;
|
||||
if ([self doesRetainContainer])
|
||||
|
||||
Reference in New Issue
Block a user