Changeset 24578 in osm for applications/editors/josm
- Timestamp:
- 2010-12-04T15:44:31+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r23883 r24578 176 176 </and> 177 177 </condition> 178 <delete dir="${josm.plugins.dir}/splug"/> 178 179 <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/> 179 180 </target> -
applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/Harbour.java
r24559 r24578 35 35 @Override 36 36 public boolean hasFocus() { 37 Main.map.mapView.addPropertyChangeListener(harbour);38 MapView.addLayerChangeListener(harbour);37 // Main.map.mapView.addPropertyChangeListener(harbour); 38 // MapView.addLayerChangeListener(harbour); 39 39 return true; 40 40 } … … 42 42 @Override 43 43 public boolean lostFocus() { 44 Main.map.mapView.removePropertyChangeListener(harbour);45 MapView.removeLayerChangeListener(harbour);44 // Main.map.mapView.removePropertyChangeListener(harbour); 45 // MapView.removeLayerChangeListener(harbour); 46 46 return true; 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.