Changeset 23938 in osm
- Timestamp:
- 2010-10-30T20:56:51+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/AddressEditDialog.java
r23933 r23938 215 215 216 216 for (AbstractAddressEditAction action : actions) { 217 action. updateEnabledState(ev);217 action.setEvent(ev); 218 218 } 219 219
Note:
See TracChangeset
for help on using the changeset viewer.