Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 5df1446760b4cdf882d503227d829702 > files > 13

kdebase4-runtime-17.08.3-12.mga9.src.rpm

--- kdebase-runtime-4.3.2/knotify/notifybysound.cpp~	2009-08-27 10:17:34.000000000 +0200
+++ kdebase-runtime-4.3.2/knotify/notifybysound.cpp	2009-10-15 01:21:36.000000000 +0200
@@ -286,6 +286,7 @@
 	{
 		Player *player=d->playerObjects.take(id);
 		disconnect(player->media, SIGNAL(finished()), d->signalmapper, SLOT(map()));
+		player->stop();
 		d->playerPool.returnPlayer(player);
 		//d->poolTimer.start(1000, this);
 	}