3715: Plugin manager load/reload does not unload earlier versions of plugins

svn: r14861
This commit is contained in:
Benny Malengier
2010-03-18 22:27:45 +00:00
parent 38ae88a4ee
commit 306671f9af
2 changed files with 28 additions and 4 deletions

View File

@ -799,8 +799,8 @@ Location: %(fpath)s
model, node = selection.get_selected()
if not node:
return
id = model.get_value(node, id_col)
pdata = self.__preg.get_plugin(id)
idv = model.get_value(node, id_col)
pdata = self.__preg.get_plugin(idv)
self.__pmgr.load_plugin(pdata)
self.__rebuild_load_list()