From 7e9c0a99b6287c940f846b0bcbd8974be0b7ef99 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Sep 2015 16:05:28 -0500 Subject: Disable autoplay popups by default as the new tdehwdevicetray application will handle notification and autoplay popup initiation --- tdeioslave/media/mediamanager/tdehardwarebackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave') diff --git a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp index 5846e00af..edfa9fec3 100644 --- a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp +++ b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp @@ -150,7 +150,7 @@ void TDEBackend::AddDevice(TDEStorageDevice * sdevice, bool allowNotification) bool allowDialogNotification = allowNotification; TDEConfig config("mediamanagerrc"); config.setGroup("Global"); - if (!config.readBoolEntry("NotificationPopupsEnabled", true)) { + if (!config.readBoolEntry("NotificationPopupsEnabled", false)) { allowDialogNotification = false; } -- cgit v1.2.3