Ignore:
Timestamp:
2015-02-10T10:56:51+01:00 (9 years ago)
Author:
bastiK
Message:

see #11090 - refresh plugin info after download & before loading

File:
1 edited

Legend:

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

    r8024 r8030  
    896896            //
    897897            ReadRemotePluginInformationTask task1 = new ReadRemotePluginInformationTask(
    898                     monitor.createSubTaskMonitor(1,false),
     898                    monitor.createSubTaskMonitor(1, false),
    899899                    Main.pref.getPluginSites(), displayErrMsg
    900900            );
     
    905905                future.get();
    906906                allPlugins = task1.getAvailablePlugins();
    907                 plugins = buildListOfPluginsToLoad(parent,monitor.createSubTaskMonitor(1, false));
     907                plugins = buildListOfPluginsToLoad(parent, monitor.createSubTaskMonitor(1, false));
    908908                // If only some plugins have to be updated, filter the list
    909909                if (pluginsWanted != null && !pluginsWanted.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.