Author: rfm
Date: Fri May 29 18:10:04 2015
New Revision: 38588

URL: http://svn.gna.org/viewcvs/gnustep?rev=38588&view=rev
Log:
clarify

Modified:
    libs/ec/trunk/AlertConfig.plist
    libs/ec/trunk/EcControl.m

Modified: libs/ec/trunk/AlertConfig.plist
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/AlertConfig.plist?rev=38588&r1=38587&r2=38588&view=diff
==============================================================================
--- libs/ec/trunk/AlertConfig.plist     (original)
+++ libs/ec/trunk/AlertConfig.plist     Fri May 29 18:10:04 2015
@@ -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";
   */
 

Modified: libs/ec/trunk/EcControl.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcControl.m?rev=38588&r1=38587&r2=38588&view=diff
==============================================================================
--- libs/ec/trunk/EcControl.m   (original)
+++ libs/ec/trunk/EcControl.m   Fri May 29 18:10:04 2015
@@ -2696,7 +2696,6 @@
                  alerterClass = 
                    [self _loadClassFromBundle: alerterDef];
                }
-
            }
          if (Nil == alerterClass)
            {


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to