diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 03:23:59 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 03:23:59 +0000 |
commit | 0845fbc5c4a54c138dac811db46f490071cb7bae (patch) | |
tree | 8dd6d9e578ad53b3a37189c732dc5b072a36a90a /ui/multimediaui.sh | |
parent | 4c7084ac5674bee61b3b34f72f516e66158017d2 (diff) |
revert to yad
Diffstat (limited to 'ui/multimediaui.sh')
-rwxr-xr-x | ui/multimediaui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/multimediaui.sh b/ui/multimediaui.sh index a1bc4c5..dc59493 100755 --- a/ui/multimediaui.sh +++ b/ui/multimediaui.sh @@ -15,11 +15,11 @@ export local multimediaui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>$showprogress epkg autoinstall $multimedia</action> + <action>epkg autoinstall $multimedia|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>$showprogress epkg autoremove $multimedia</action> + <action>epkg autoremove $multimedia|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |