Ignore:
Timestamp:
2009-10-27T01:27:50+01:00 (16 years ago)
Author:
Gubaer
Message:

More cleanup in download logic (less globals, more encapsulation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java

    r2327 r2328  
    6666            childProgress.setSilent(true);
    6767            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);
    6969            osmTaskFutures.add(future);
    7070            osmTasks.add(dt);
Note: See TracChangeset for help on using the changeset viewer.