mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-22 19:31:53 +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 */
|
Debug = NO; /* Defaults ... do not log email alerts sent */
|
||||||
|
|
||||||
/* If we wish to extend/oeverride the function of the EcAlerter class in
|
/* 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
|
* handling alerts, we may do so by specifying the name of a subclass of
|
||||||
* a bundle whose principal class is a subclass of EcAlerter. The alerter
|
* EcAlerter. The Control server used will attempt to find a bundle with
|
||||||
* object used will then use the class from the bundle rather than the
|
* that name, and load it to obtain the class to use in place of EcAlerter.
|
||||||
* EcAlerter class.
|
|
||||||
AlerterBundle = "foo";
|
AlerterBundle = "foo";
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2696,7 +2696,6 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
||||||
alerterClass =
|
alerterClass =
|
||||||
[self _loadClassFromBundle: alerterDef];
|
[self _loadClassFromBundle: alerterDef];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (Nil == alerterClass)
|
if (Nil == alerterClass)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue