diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:43:04 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:43:04 +0000 |
commit | ab728fad1ecbb54a58f219ec3ae54bd7e8161388 (patch) | |
tree | e926e9a1c4e214a1b03fe56ecba8d2b2c1288db2 /ui/gamesui.sh | |
parent | e17bac7ebcdb7911e76c64f5849c41d38d2e0dc5 (diff) |
remove locking mechanism...found a better fix for it
Diffstat (limited to 'ui/gamesui.sh')
-rwxr-xr-x | ui/gamesui.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/gamesui.sh b/ui/gamesui.sh index f4a5f77..da5b01a 100755 --- a/ui/gamesui.sh +++ b/ui/gamesui.sh @@ -27,13 +27,11 @@ export local gamesui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action signal="button-press-event">epkg autoinstall $game|$sisyphusprogress</action> - <action signal="button-release-event">$abortnow</action> + <action>epkg autoinstall $game|$sisyphusprogress</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action signal="button-press-event">epkg autoremove $game|$sisyphusprogress</action> - <action signal="button-release-event">$abortnow</action> + <action>epkg autoremove $game|$sisyphusprogress</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |