Fix PluginManager.setPluginEntries not removing old entries

This commit is contained in:
Andrew Grieve 2014-07-08 11:54:38 -04:00
parent e86c2e5970
commit 9ea8b2237a

View File

@ -74,6 +74,8 @@ public class PluginManager {
this.onPause(false);
this.onDestroy();
this.clearPluginObjects();
entries.clear();
urlMap.clear();
for (PluginEntry entry : pluginEntries) {
addService(entry);
}