X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=base%2Fruntime%2Forg.argeo.eclipse.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Feclipse%2Fui%2FErrorFeedback.java;h=ca49202c9029d8b710ca15a6883862bd6db5f710;hb=dede1b96fcc760d72229569259cea81bfe367f55;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..ca49202c9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Mathieu Baudier + * Copyright (C) 2007-2012 Argeo GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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