From dd568f8896c5520f6d72170f9096e89769001f16 Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Wed, 13 May 2015 11:34:44 +0000 Subject: [PATCH] Make build with older versions of knotifications The current version with LoopSound isn't available yet. --- dialer/src/dialerutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialer/src/dialerutils.cpp b/dialer/src/dialerutils.cpp index 7c3c7eeb..3d93424a 100644 --- a/dialer/src/dialerutils.cpp +++ b/dialer/src/dialerutils.cpp @@ -79,7 +79,7 @@ void DialerUtils::resetMissedCalls() void DialerUtils::notifyRinging() { if (!m_ringingNotification) { - m_ringingNotification = new KNotification("ringing", KNotification::Persistent|KNotification::LoopSound, 0); + m_ringingNotification = new KNotification("ringing", KNotification::Persistent, 0); m_ringingNotification->setComponentName("plasma_dialer"); } m_ringingNotification->sendEvent();