- Timestamp:
- 03/06/10 11:58:53 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Commons/modules/scenariCommons/commons/actions.jsm
r14781 r15058 246 246 vAccelKey = this.fAccelKeys[vIdx]; 247 247 if(vAccelKey) { 248 if(vAccelKey.getAction().is Enabled(pActionContext)) {248 if(vAccelKey.getAction().isVisible(pActionContext) && vAccelKey.getAction().isEnabled(pActionContext)) { 249 249 vAccelKey.getAction().execute(pEvent, pActionContext); 250 250 return 2;
Note: See TracChangeset
for help on using the changeset viewer.