Changeset 28624 in osm for applications/editors/josm/plugins/turnlanes/src
- Timestamp:
- 2012-08-24T13:41:33+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java
r28620 r28624 129 129 }; 130 130 131 private final Action editAction = new EditAction(); 132 private final Action validateAction = new ValidateAction(); 131 private final JosmAction editAction = new EditAction(); 132 private final JosmAction validateAction = new ValidateAction(); 133 133 134 134 private static final long serialVersionUID = -1998375221636611358L; … … 220 220 MapView.removeEditLayerChangeListener(this); 221 221 DataSet.removeSelectionListener(this); 222 editAction.destroy(); 223 validateAction.destroy(); 222 224 } 223 225 }
Note:
See TracChangeset
for help on using the changeset viewer.