- reverted r22854
authorPatric Plitzner <p.plitzner@bgbm.org>
Mon, 23 Mar 2015 12:15:15 +0000 (12:15 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Mon, 23 Mar 2015 12:15:15 +0000 (12:15 +0000)
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java

index feff393fb86851a12a716c449be9b6e1a979f86c..cf565a622d91bb255e188cfed04337e2c97c11a3 100644 (file)
@@ -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,