Changeset 2571 in josm
- Timestamp:
- 2009-12-04T18:05:33+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginSelection.java
r2512 r2571 427 427 } 428 428 } 429 for (String p : PluginHandler.oldplugins) 430 { 431 if(availablePlugins.containsKey(p)) 432 availablePlugins.remove(p); 433 } 429 434 } 430 435 }
Note:
See TracChangeset
for help on using the changeset viewer.