summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-08-11 22:02:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-08-15 22:48:53 +0900
commitbb2ea2317532d39688d93cc0bd404436d53d0973 (patch)
tree9045ac191695e75480d781e3ee83656b5fb935ad /tdeioslave
parent6432d2c28008e5a78b0556e564c87a2ea84340da (diff)
downloadtdebase-bb2ea2317532d39688d93cc0bd404436d53d0973.tar.gz
tdebase-bb2ea2317532d39688d93cc0bd404436d53d0973.zip
Updated after changes to tdehw lib related to device notificaitons.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/media/mediamanager/tdehardwarebackend.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
index ae9038a02..1da7634d0 100644
--- a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
+++ b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
@@ -320,8 +320,7 @@ void TDEBackend::ModifyDevice(TDEStorageDevice * sdevice)
{
kdDebug(1219) << "TDEBackend::ModifyDevice for " << sdevice->uniqueID() << endl;
- bool allowNotification = false;
- ResetProperties(sdevice, allowNotification);
+ ResetProperties(sdevice, false);
}
void TDEBackend::ResetProperties(TDEStorageDevice * sdevice, bool allowNotification, bool overrideIgnoreList)