summaryrefslogtreecommitdiff
path: root/multimediaui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'multimediaui.sh')
-rwxr-xr-xmultimediaui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimediaui.sh b/multimediaui.sh
index dc59493..a1bc4c5 100755
--- a/multimediaui.sh
+++ b/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>epkg autoinstall $multimedia|$showdialog</action>
+ <action>$showprogress epkg autoinstall $multimedia</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>epkg autoremove $multimedia|$showdialog</action>
+ <action>$showprogress epkg autoremove $multimedia</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>