Ignore:
Timestamp:
2010-12-04T15:44:31+01:00 (14 years ago)
Author:
malcolmh
Message:

save

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

Legend:

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

    r23883 r24578  
    176176                        </and>
    177177                </condition>
     178                <delete dir="${josm.plugins.dir}/splug"/>
    178179                <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
    179180        </target>
  • applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/Harbour.java

    r24559 r24578  
    3535        @Override
    3636        public boolean hasFocus() {
    37                 Main.map.mapView.addPropertyChangeListener(harbour);
    38                 MapView.addLayerChangeListener(harbour);
     37//              Main.map.mapView.addPropertyChangeListener(harbour);
     38//              MapView.addLayerChangeListener(harbour);
    3939                return true;
    4040        }
     
    4242        @Override
    4343        public boolean lostFocus() {
    44                 Main.map.mapView.removePropertyChangeListener(harbour);
    45                 MapView.removeLayerChangeListener(harbour);
     44//              Main.map.mapView.removePropertyChangeListener(harbour);
     45//              MapView.removeLayerChangeListener(harbour);
    4646                return true;
    4747        }
Note: See TracChangeset for help on using the changeset viewer.