From e2c6bb15be6794035c8e483f50a3536f5fd887fc Mon Sep 17 00:00:00 2001 From: Patric Plitzner Date: Mon, 23 Mar 2015 12:15:15 +0000 Subject: [PATCH] - reverted r22854 --- .../eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java index feff393fb..cf565a622 100644 --- a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java +++ b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java @@ -104,7 +104,7 @@ public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor { // leading to a recursive infinite loop of : // initial exception thrown -> status handling -> dialog opening + logging of status -> // status handling -> dialog opening + logging of status ... and so on - if(t != null && t instanceof RuntimeException && !t.getMessage().equals("Widget is disposed")) { + if(t != null && t instanceof RuntimeException) { MessagingUtils.errorDialog("Unexpected error", null, MessagingUtils.UNEXPECTED_ERROR_MESSAGE, -- 2.34.1