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

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

Location:
trunk/src/org/openstreetmap/josm/plugins
Files:
2 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()) {
  • trunk/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java

    r7655 r8030  
    1818import org.openstreetmap.josm.gui.progress.ProgressMonitor;
    1919import org.openstreetmap.josm.io.OsmTransferException;
    20 import org.openstreetmap.josm.tools.ImageProvider;
    2120import org.xml.sax.SAXException;
    2221
Note: See TracChangeset for help on using the changeset viewer.