Ignore:
Timestamp:
2016-01-24T03:50:35+01:00 (8 years ago)
Author:
Don-vip
Message:

add more unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/BoundingBoxSelection.java

    r9078 r9606  
    121121        showUrl.addFocusListener(new SelectAllOnFocusHandler(showUrl));
    122122
    123         gui.addDownloadAreaSelector(dlg, tr("Bounding Box"));
     123        if (gui != null)
     124            gui.addDownloadAreaSelector(dlg, tr("Bounding Box"));
    124125        this.parent = gui;
    125126    }
Note: See TracChangeset for help on using the changeset viewer.