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