Bug #679
Phonon doesn't play notification media more than once
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 ¬ification) {
Q_UNUSED(notification)
if(_enabled && _media) {
_media->stop();
_media->play();
}
}
Associated revisions
Fix problems with phonon media playback
Suggested by Squider, thanks! Fixes #679.
History
#1 Updated by Sputnick over 15 years ago
- Status changed from New to Resolved
Applied in changeset 90054426faf4e49ce164567e04bf9b02d50bdc47.
Fix problems with phonon media playback
Suggested by Squider, thanks! Fixes #679.