Changeset 10387 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-06-15T17:33:14+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r10371 r10387 1108 1108 public static boolean exitJosm(boolean exit, int exitCode) { 1109 1109 if (Main.saveUnsavedModifications()) { 1110 Main.main.shutdown(); 1110 if (Main.main != null) { 1111 Main.main.shutdown(); 1112 } 1111 1113 1112 1114 if (exit) {
Note:
See TracChangeset
for help on using the changeset viewer.