Index: lams_central/web/lams_authoring.swf =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lams_authoring.swf,v diff -u -r1.492 -r1.493 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lams_authoring_library.swf,v diff -u -r1.392 -r1.393 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as,v diff -u -r1.4 -r1.5 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as 8 Oct 2008 00:13:27 -0000 1.4 +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/cmpt/CompetenceContainer.as 4 Nov 2008 01:22:10 -0000 1.5 @@ -164,7 +164,7 @@ var _isMapped:Boolean = isCompetenceMapped(); if (_isMapped) { - LFMessage.showMessageConfirm(Dictionary.getValue("competence_editor_warning_competence_mapped"), null); + LFMessage.showMessageConfirm(Dictionary.getValue("competence_editor_warning_competence_mapped"), Proxy.create(this, deleteMappedCompetences)); } else { deleteCompetence(); } @@ -193,7 +193,7 @@ /* * Deletes competence mappings to where an activity is mapped to the competence */ - private function deleteMappedCompetences(competenceTitle:String) { + private function deleteMappedCompetences() { // remove applied mappings var activityKeys = app.getDesignDataModel().activities.keys(); @@ -204,7 +204,7 @@ if (app.getDesignDataModel().activities.get(activityKeys[i]) instanceof ToolActivity) { var competenceMappings:Array = ToolActivity(app.getDesignDataModel().activities.get(activityKeys[i])).competenceMappings; for (var j=0; j