Ignore:
Timestamp:
2018-01-07T22:54:01+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15554 - fix plugin classloader after plugin update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r13180 r13294  
    12261226
    12271227        monitor.indeterminateSubTask(tr("Installing updated plugins"));
    1228         PluginHandler.installDownloadedPlugins(true);
     1228        PluginHandler.installDownloadedPlugins(pluginsToLoad, true);
    12291229
    12301230        monitor.indeterminateSubTask(tr("Loading early plugins"));
Note: See TracChangeset for help on using the changeset viewer.