Ignore:
Timestamp:
2009-07-09T14:36:03+02:00 (16 years ago)
Author:
stoecker
Message:

updated

Location:
applications/editors/josm/plugins/validator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/build.xml

    r16294 r16409  
    2626                <attribute name="Plugin-Description" value="An OSM data validator. It checks for problems in data, and provides fixes for the common ones. Spellcheck integrated for tag names."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Validator"/>
    28                 <attribute name="Plugin-Mainversion" value="1725"/>
     28                <attribute name="Plugin-Mainversion" value="1755"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ErrorLayer.java

    r13497 r16409  
    132132     */
    133133    public void layerRemoved(Layer oldLayer) {
    134         if (oldLayer == Main.map.mapView.editLayer) {
     134        if (oldLayer == Main.map.mapView.getEditLayer()) {
    135135            Main.map.mapView.removeLayer(this);
    136136        } else if (oldLayer == this) {
Note: See TracChangeset for help on using the changeset viewer.