mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 17: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"
|
sel = @applist.get "selected"
|
||||||
name = sel.className
|
name = sel.className
|
||||||
return unless sel
|
return unless sel
|
||||||
app = @systemsetting.system.packages[app.className]
|
app = @systemsetting.system.packages[sel.className]
|
||||||
return unless app
|
return unless app
|
||||||
@openDialog "YesNoDialog",
|
@openDialog "YesNoDialog",
|
||||||
(d) ->
|
(d) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user