Project

General

Profile

Bug #679

Phonon doesn't play notification media more than once

Added by Squider almost 15 years ago. Updated almost 15 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (Qt)
Target version:
Start date:
04/20/2009
Due date:
04/20/2009
% Done:

100%

Estimated time:
0.50 h
Version:
0.4.1
OS:
Windows

Description

Phonon doesn't play notification media more than once atleast on Windows.

Suggested fix:
--- src/qtui/phononnotificationbackend.cpp Mon Apr 20 17:21:01 2009
++ src/qtui/phononnotificationbackend.cpp Mon Apr 20 17:21:02 2009
@ -49,6 +49,7 @
void PhononNotificationBackend::notify(const Notification &notification) {
Q_UNUSED(notification)
if(_enabled && _media) {
_media->stop();
_media->play();
}
}

Associated revisions

Revision 90054426 (diff)
Added by Manuel Nickschas almost 15 years ago

Fix problems with phonon media playback

Suggested by Squider, thanks! Fixes #679.

Revision 30b20675 (diff)
Added by Manuel Nickschas almost 15 years ago

Fix problems with phonon media playback

Suggested by Squider, thanks! Fixes #679.

History

#1 Updated by Sputnick almost 15 years ago

  • Status changed from New to Resolved

Also available in: Atom PDF