X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=base%2Fruntime%2Forg.argeo.eclipse.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Feclipse%2Fui%2FErrorFeedback.java;h=6b0a993011841b152b56011ed67d4506e7b9449e;hb=ee4a14260b345abe9ac787da39251b45762c03c2;hp=618d708cc1b217abbd9b3da668805101d6cb1079;hpb=07b21659cba964ffdc81403718d0962c2d09175d;p=lgpl%2Fargeo-commons.git diff --git a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java index 618d708cc..6b0a99301 100644 --- a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java +++ b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java @@ -45,7 +45,7 @@ public class ErrorFeedback extends TitleAreaDialog { // up the UI thread if (e instanceof ThreadDeath) throw (ThreadDeath) e; - + new ErrorFeedback(getDisplay().getActiveShell(), message, e).open(); } @@ -111,5 +111,4 @@ public class ErrorFeedback extends TitleAreaDialog { super.configureShell(shell); shell.setText("Error"); } - -} +} \ No newline at end of file