Revision: 5287
          http://sourceforge.net/p/jump-pilot/code/5287
Author:   michaudm
Date:     2016-12-28 10:58:20 +0000 (Wed, 28 Dec 2016)
Log Message:
-----------
fix #449 severe regression in "save project as" introduced in r5178

Revision Links:
--------------
    http://sourceforge.net/p/jump-pilot/code/5178

Modified Paths:
--------------
    core/trunk/ChangeLog
    
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2016-12-27 22:13:07 UTC (rev 5286)
+++ core/trunk/ChangeLog        2016-12-28 10:58:20 UTC (rev 5287)
@@ -3,6 +3,9 @@
 # 2. make sure that lines break at 80 chars for constricted display situations
 #<-------------------------------- 80 chars 
---------------------------------->#
 
+2016-12-28 mmichaud <[email protected]>
+  * fix #449 severe regression in "save project as" introduced in r5178
+
 2016-12-19 mmichaud <[email protected]>
   * fix #440 about shift-selection problem between layerView and attributePanel
 

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
      2016-12-27 22:13:07 UTC (rev 5286)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
      2016-12-28 10:58:20 UTC (rev 5287)
@@ -149,6 +149,8 @@
                         if 
(GUIUtil.showConfirmOverwriteDialog(context.getWorkbenchFrame(), file)) {
                             saveLayer(layer, dir, dataSource, ext);
                         }
+                    } else {
+                        saveLayer(layer, dir, dataSource, ext);
                     }
                 }
                 return true;


------------------------------------------------------------------------------
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