mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: fix KNotification sound notification feature
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
00400ef6de
commit
bc8e0c451e
1 changed files with 1 additions and 4 deletions
|
@ -195,10 +195,7 @@ void KNotificationManager::send(KNotification *notification, const bool persiste
|
|||
}
|
||||
|
||||
if (eventactions.contains(QString::fromLatin1("Sound"))) {
|
||||
QString eventsound = notification->icon();
|
||||
if (eventsound.isEmpty()) {
|
||||
eventsound = eventgroup.readEntry("Sound");
|
||||
}
|
||||
QString eventsound = eventgroup.readEntry("Sound");
|
||||
if (eventsound.isEmpty()) {
|
||||
eventsound = globalgroup.readEntry("Sound");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue