Revision: 5263
          http://sourceforge.net/p/jump-pilot/code/5263
Author:   edso
Date:     2016-12-16 11:52:28 +0000 (Fri, 16 Dec 2016)
Log Message:
-----------
revert introduced legacy incompatibility w/ ErrorHandlerV2

Modified Paths:
--------------
    core/trunk/src/org/openjump/core/ui/plugin/file/open/OpenFileWizard.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/file/open/OpenFileWizard.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/file/open/OpenFileWizard.java    
2016-12-16 08:03:50 UTC (rev 5262)
+++ core/trunk/src/org/openjump/core/ui/plugin/file/open/OpenFileWizard.java    
2016-12-16 11:52:28 UTC (rev 5263)
@@ -18,6 +18,7 @@
 import com.vividsolutions.jump.workbench.WorkbenchContext;
 import com.vividsolutions.jump.workbench.model.Layerable;
 import com.vividsolutions.jump.workbench.registry.Registry;
+
 import com.vividsolutions.jump.workbench.ui.wizard.WizardDialog;
 
 public class OpenFileWizard extends AbstractWizardGroup {
@@ -162,7 +163,8 @@
             }
           }
         } catch (final Exception e) {
-          (workbenchContext.getErrorHandler()).handleThrowable(e);
+            workbenchContext.getWorkbench().getFrame()
+              .handleThrowable(e, dialog);
         }
       }
     } finally {


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to