diff options
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/tdehw/tdehardwaredevices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.cpp b/tdecore/tdehw/tdehardwaredevices.cpp index 8ec1a5286..e682a23d8 100644 --- a/tdecore/tdehw/tdehardwaredevices.cpp +++ b/tdecore/tdehw/tdehardwaredevices.cpp @@ -2718,7 +2718,7 @@ void TDEHardwareDevices::updateExistingDeviceInformation(TDEGenericDevice* exist || (disktype & TDEDiskDeviceType::SDMMC)) && !(diskstatus & TDEDiskDeviceStatus::Removable) && !(diskstatus & TDEDiskDeviceStatus::Hotpluggable)) { - diskstatus = diskstatus | TDEDiskDeviceStatus::Removable; + diskstatus = diskstatus | TDEDiskDeviceStatus::Hotpluggable; } if ((filesystemtype.upper() != "CRYPTO_LUKS") && (filesystemtype.upper() != "CRYPTO") && (filesystemtype.upper() != "SWAP") && (!filesystemtype.isNull())) { |