Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathalie Lepine2012-11-13 11:37:46 +0000
committerNathalie Lepine2012-11-13 11:37:46 +0000
commit27de2814c854111f5586bf290c64c53da13108c6 (patch)
treef27e51f0f1b4c8e7a142923628da0eb53dc2a2b5 /plugins/org.eclipse.emf.eef.runtime
parent7acf74d44b85574404c7d9afb2872fc5b06124ca (diff)
downloadorg.eclipse.eef-27de2814c854111f5586bf290c64c53da13108c6.tar.gz
org.eclipse.eef-27de2814c854111f5586bf290c64c53da13108c6.tar.xz
org.eclipse.eef-27de2814c854111f5586bf290c64c53da13108c6.zip
change behavior on opening wizard : lock implicitely instead of
explicitely
Diffstat (limited to 'plugins/org.eclipse.emf.eef.runtime')
-rw-r--r--plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/ui/wizards/PropertiesEditionWizard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/ui/wizards/PropertiesEditionWizard.java b/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/ui/wizards/PropertiesEditionWizard.java
index 612d512ce..746773413 100644
--- a/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/ui/wizards/PropertiesEditionWizard.java
+++ b/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/ui/wizards/PropertiesEditionWizard.java
@@ -179,7 +179,7 @@ public class PropertiesEditionWizard extends Wizard {
*/
@Override
public boolean performFinish() {
- release();
+// release();
return true;
}

Back to the top