Changeset 34881 in osm for applications/editors/josm
- Timestamp:
- 2019-02-05T17:27:29+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/undelete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/build.xml
r34568 r34881 4 4 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="14 153"/>6 <property name="plugin.main.version" value="14763"/> 7 7 8 8 <property name="plugin.author" value="Nakor"/> -
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java
r34877 r34881 240 240 241 241 HistoryLoadTask task = new HistoryLoadTask(); 242 task.setChangesetDataNeeded(false); 242 243 for (PrimitiveId id : ids) { 243 244 task.add(id);
Note:
See TracChangeset
for help on using the changeset viewer.