mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
clarify
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38588 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c81d72d39
commit
e67e51198d
2 changed files with 3 additions and 5 deletions
|
@ -5,10 +5,9 @@
|
|||
Debug = NO; /* Defaults ... do not log email alerts sent */
|
||||
|
||||
/* If we wish to extend/oeverride the function of the EcAlerter class in
|
||||
* handling alerts, we may do so by specifying the name (or full path) of
|
||||
* a bundle whose principal class is a subclass of EcAlerter. The alerter
|
||||
* object used will then use the class from the bundle rather than the
|
||||
* EcAlerter class.
|
||||
* handling alerts, we may do so by specifying the name of a subclass of
|
||||
* EcAlerter. The Control server used will attempt to find a bundle with
|
||||
* that name, and load it to obtain the class to use in place of EcAlerter.
|
||||
AlerterBundle = "foo";
|
||||
*/
|
||||
|
||||
|
|
|
@ -2696,7 +2696,6 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
alerterClass =
|
||||
[self _loadClassFromBundle: alerterDef];
|
||||
}
|
||||
|
||||
}
|
||||
if (Nil == alerterClass)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue