Ignore:
Timestamp:
2015-11-07T18:14:29+01:00 (9 years ago)
Author:
simon04
Message:

JOSM/merge-overlap: update due to core API change - see #josm12047

Location:
applications/editors/josm/plugins/merge-overlap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/merge-overlap/build.xml

    r31655 r31732  
    44    <property name="commit.message" value="MergeOverlap: help shortcut parser, rebuild"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="8919"/>
     6    <property name="plugin.main.version" value="8974"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java

    r31655 r31732  
    559559        if (askForMergeTag(ways) || duplicateParentRelations(ways)) {
    560560            dialog.setVisible(true);
    561             if (dialog.isCanceled())
     561            if (!dialog.isApplied())
    562562                throw new UserCancelException();
    563563        }
Note: See TracChangeset for help on using the changeset viewer.