Author: reebalazs
Date: Thu Apr 24 15:30:34 2008
New Revision: 54090

Modified:
   kukit/kukit.js/branch/1.2/kukit/actionreg.js
Log:
Bacport -r54085 from 1.4: Only the remark is added, because the problem does 
not occur here.

Modified: kukit/kukit.js/branch/1.2/kukit/actionreg.js
==============================================================================
--- kukit/kukit.js/branch/1.2/kukit/actionreg.js        (original)
+++ kukit/kukit.js/branch/1.2/kukit/actionreg.js        Thu Apr 24 15:30:34 2008
@@ -37,6 +37,7 @@
     if (this.content[name]) {
         // Do not allow redefinition
 ;;;     kukit.logError('Error : action [' + name + '] already registered.');
+;;;     // XXX XXX We actually do allow it with a red warning now! (???)
         return;
         }
     this.content[name] = func;
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins

Reply via email to