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/officeui.sh | |
parent | 4c7084ac5674bee61b3b34f72f516e66158017d2 (diff) |
revert to yad
Diffstat (limited to 'ui/officeui.sh')
-rwxr-xr-x | ui/officeui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/officeui.sh b/ui/officeui.sh index 7e8703d..03ee543 100755 --- a/ui/officeui.sh +++ b/ui/officeui.sh @@ -20,11 +20,11 @@ export local officeui=' <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 $office</action> + <action>epkg autoinstall $office|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>$showprogress epkg autoremove $office</action> + <action>epkg autoremove $office|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |