mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
fix uninstall bug in market place
This commit is contained in:
parent
318f26d164
commit
8d3ae96f01
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user