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