From f97e24f3c3c4879426255f3170d7f703ddbc268d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Jun 2019 15:56:37 +0900 Subject: Fixed media type for cd rw type. Signed-off-by: Michele Calgaro --- tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp') diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp index f32268855..65b53a0f4 100644 --- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp +++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.cpp @@ -154,11 +154,11 @@ MountHelper::MountHelper() : TDEApplication() * anyway. Only if both unmount and eject fail, notify the user by * displaying the saved error message (see ejectFinished()). */ + TQStringVariantMap unmountResult; if (medium.isMounted()) { DCOPReply reply = mediamanager.call( "unmount", medium.id()); if (reply.isValid()) { - TQStringVariantMap unmountResult; reply.get(unmountResult); if (unmountResult["result"].toBool()) { reply.get(m_errorStr); -- cgit v1.2.1