Changeset 15588 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2019-12-13T22:12:24+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JosmAction.java
r15521 r15588 279 279 SelectionEventManager.getInstance().removeSelectionListener(selectionChangeAdapter); 280 280 } 281 MainApplication.getToolbar().unregister(this); 281 if (MainApplication.getToolbar() != null) { 282 MainApplication.getToolbar().unregister(this); 283 } 282 284 } 283 285
Note:
See TracChangeset
for help on using the changeset viewer.