Ignore:
Timestamp:
2006-10-13T21:49:10+02:00 (20 years ago)
Author:
imi
Message:
  • added Incomplete Way Download
  • added search for incomplete ways to selection search (use "incomplete")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java

    r155 r160  
    7272                        try {
    7373                                URLConnection con = url.openConnection();
    74                                 InputStream in = new ProgressInputStream(con);
     74                                InputStream in = new ProgressInputStream(con, Main.pleaseWaitDlg);
    7575                                Main.pleaseWaitDlg.currentAction.setText(tr("Downloading..."));
    7676                                Map<Long, String> ids = idReader.parseIds(in);
Note: See TracChangeset for help on using the changeset viewer.