Changeset 238 in josm


Ignore:
Timestamp:
2007-05-18T03:03:31+02:00 (18 years ago)
Author:
framm
Message:

small bugfix for new plugin hook for download dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/plugins/PluginProxy.java

    r237 r238  
    4747        @Override public void addDownloadSelection(List<DownloadSelection> list) {
    4848                try {
    49                         plugin.getClass().getMethod("getDownloadSelection", List.class).invoke(plugin);
     49                        plugin.getClass().getMethod("addDownloadSelection", List.class).invoke(plugin, list);
    5050                } catch (NoSuchMethodException e) {
    5151                        // ignore
Note: See TracChangeset for help on using the changeset viewer.