Ignore:
Timestamp:
2009-11-07T17:23:17+01:00 (16 years ago)
Author:
jttt
Message:

Rebuild necessary after changes in selection handling in Dataset

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

Legend:

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

    r18482 r18503  
    2626                <attribute name="Plugin-Description" value="Imports issues from OpenStreetBugs"/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/OpenStreetBugs"/>
    28                 <attribute name="Plugin-Mainversion" value="2396"/>
     28                <attribute name="Plugin-Mainversion" value="2401"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java

    r18482 r18503  
    7272        uploadHook = new OsbUploadHook();
    7373        dialog = new OsbDialog(this);
    74         OsbLayer.listeners.add(dialog);
    75         OsbLayer.listeners.add(this);
     74        Layer.listeners.add(dialog);
     75        Layer.listeners.add(this);
    7676    }
    7777
     
    241241        this.dataSet = dataSet;
    242242    }
    243    
     243
    244244    public OsbDialog getDialog() {
    245245        return dialog;
Note: See TracChangeset for help on using the changeset viewer.