Changeset 2328 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
- Timestamp:
- 2009-10-27T01:27:50+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r2327 r2328 66 66 childProgress.setSilent(true); 67 67 childProgress.setCustomText(tr("Download {0} of {1} ({2} left)", i, rects.size(), rects.size() - i)); 68 Future<?> future = dt.download( null, new Bounds(td), childProgress);68 Future<?> future = dt.download(false, new Bounds(td), childProgress); 69 69 osmTaskFutures.add(future); 70 70 osmTasks.add(dt);
Note:
See TracChangeset
for help on using the changeset viewer.
