Changeset 1739 in josm


Ignore:
Timestamp:
2009-07-06T15:32:02+02:00 (15 years ago)
Author:
stoecker
Message:

fixed NPE - #2836

File:
1 edited

Legend:

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

    r1738 r1739  
    9595    public boolean finish() {
    9696        Collection<PluginInformation> toDownload = new LinkedList<PluginInformation>();
    97         Collection<String> installedPlugins = Main.pref.getCollection("plugins", null);
     97        Collection<String> installedPlugins = Main.pref.getCollection("plugins", Collections.<String>emptySet());
    9898
    9999        String msg = "";
Note: See TracChangeset for help on using the changeset viewer.