- Timestamp:
- 2018-12-26T08:29:15+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheManager.java
r14555 r14602 103 103 public static void destroyInstance() { 104 104 if (instance != null) { 105 instance.setVisible( true);105 instance.setVisible(false); 106 106 instance.dispose(); 107 107 for (Component c : instance.pnlChangesetDetailTabs.getComponents()) {
Note:
See TracChangeset
for help on using the changeset viewer.