summaryrefslogtreecommitdiff
path: root/ui/systemui.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-26 00:43:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-26 00:43:04 +0000
commitab728fad1ecbb54a58f219ec3ae54bd7e8161388 (patch)
treee926e9a1c4e214a1b03fe56ecba8d2b2c1288db2 /ui/systemui.sh
parente17bac7ebcdb7911e76c64f5849c41d38d2e0dc5 (diff)
remove locking mechanism...found a better fix for it
Diffstat (limited to 'ui/systemui.sh')
-rwxr-xr-xui/systemui.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/systemui.sh b/ui/systemui.sh
index dd88019..0b64eab 100755
--- a/ui/systemui.sh
+++ b/ui/systemui.sh
@@ -15,13 +15,11 @@ export local systemui='
<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 $system|$sisyphusprogress</action>
- <action signal="button-release-event">$abortnow</action>
+ <action>epkg autoinstall $system|$sisyphusprogress</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action signal="button-press-event">epkg autoremove $system|$sisyphusprogress</action>
- <action signal="button-release-event">$abortnow</action>
+ <action>epkg autoremove $system|$sisyphusprogress</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>