Index: src/org/openstreetmap/josm/plugins/PluginProxy.java
===================================================================
--- src/org/openstreetmap/josm/plugins/PluginProxy.java	(revision 237)
+++ src/org/openstreetmap/josm/plugins/PluginProxy.java	(revision 238)
@@ -47,5 +47,5 @@
 	@Override public void addDownloadSelection(List<DownloadSelection> list) {
 		try {
-			plugin.getClass().getMethod("getDownloadSelection", List.class).invoke(plugin);
+			plugin.getClass().getMethod("addDownloadSelection", List.class).invoke(plugin, list);
 		} catch (NoSuchMethodException e) {
 			// ignore
