fix uninstall bug in market place

This commit is contained in:
Xuan Sang LE 2018-03-08 23:33:32 +01:00
parent 318f26d164
commit 8d3ae96f01

View File

@ -116,7 +116,7 @@ class MarketPlace extends this.OS.GUI.BaseApplication
sel = @applist.get "selected"
name = sel.className
return unless sel
app = @systemsetting.system.packages[app.className]
app = @systemsetting.system.packages[sel.className]
return unless app
@openDialog "YesNoDialog",
(d) ->