From 6fb5669626c58d79beb6e9db048d2783cc2198c5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 13 Oct 2012 21:41:23 -0500 Subject: Fix blank optical media labeling --- kcontrol/hwmanager/devicepropsdlg.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kcontrol') diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp index b41833210..64e2bcde2 100644 --- a/kcontrol/hwmanager/devicepropsdlg.cpp +++ b/kcontrol/hwmanager/devicepropsdlg.cpp @@ -400,6 +400,9 @@ void DevicePropertiesDialog::populateDeviceInformation() { if (sdevice->checkDiskStatus(TDEDiskDeviceStatus::Inserted)) { status_text += "Inserted
"; } + if (sdevice->checkDiskStatus(TDEDiskDeviceStatus::Blank)) { + status_text += "Blank
"; + } if (sdevice->checkDiskStatus(TDEDiskDeviceStatus::UsedByDevice)) { status_text += "In use
"; } -- cgit v1.2.1