kdeeject: remove bogus org.kde.kdesktop D-Bus interface call

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-06-11 04:47:14 +03:00
parent 126c0bbd4b
commit 0c20705884

View file

@ -26,7 +26,6 @@ if test $# -ge 1 -a "$1" != "--help"; then
;; ;;
esac esac
if test $? -eq 0; then if test $? -eq 0; then
qdbus org.kde.kdesktop /Desktop refreshIcons
exit 0 exit 0
elif test "$quiet" -eq 0; then elif test "$quiet" -eq 0; then
kdialog --title "KDE Eject" --error "Eject $1 failed!" kdialog --title "KDE Eject" --error "Eject $1 failed!"