Ticket #5757: RecentFiles.patch
File RecentFiles.patch, 717 bytes (added by , 14 years ago) |
---|
-
src/org/openstreetmap/josm/actions/OpenFileAction.java
249 249 importData(importer, files); 250 250 251 251 if (recordHistory && !importer.isBatchImporter()) { 252 // only add those files which really have been opened successfully 253 files.retainAll(successfullyOpenedFiles); 252 254 for (File f : files) { 253 255 fileHistory.add(f.getPath()); 254 256 }