Changeset 29373 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2013-03-19T01:20:39+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java
r28608 r29373 166 166 SwingUtilities.invokeLater(new Runnable() { 167 167 public void run() { 168 dialog.setEnabled(false); 168 if (dialog != null) { 169 dialog.setEnabled(false); 170 } 169 171 } 170 172 });
Note:
See TracChangeset
for help on using the changeset viewer.