git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38588 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2015-05-29 16:10:04 +00:00
parent 3c81d72d39
commit e67e51198d
2 changed files with 3 additions and 5 deletions

View file

@ -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";
*/ */

View file

@ -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)
{ {