diff options
Diffstat (limited to 'ui/graphicsui.sh')
-rwxr-xr-x | ui/graphicsui.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh index e595268..66a27e1 100755 --- a/ui/graphicsui.sh +++ b/ui/graphicsui.sh @@ -33,13 +33,11 @@ export local graphicsui=' <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 $graphics|$sisyphusprogress</action> - <action signal="button-release-event">$abortnow</action> + <action>epkg autoinstall $graphics|$sisyphusprogress</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action signal="button-press-event">epkg autoremove $graphics|$sisyphusprogress</action> - <action signal="button-release-event">$abortnow</action> + <action>epkg autoremove $graphics|$sisyphusprogress</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |