Ignore:
Timestamp:
2011-11-26T17:56:25+01:00 (14 years ago)
Author:
bastiK
Message:

see #7027 - internal structures for preferences (expect some problems next few days)

File:
1 edited

Legend:

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

    r4087 r4612  
    149149        try {
    150150            /* replace %<x> with empty string or x=plugins (separated with comma) */
    151             String pl = Main.pref.getCollectionAsString("plugins");
     151            String pl = Utils.join(",", Main.pref.getCollection("plugins"));
    152152            String printsite = site.replaceAll("%<(.*)>", "");
    153153            if(pl != null && pl.length() != 0) {
Note: See TracChangeset for help on using the changeset viewer.