Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 2fdb92f4e0e986163930eedd9f9488fe > files > 2

kdebase4-runtime-4.8.5-1.1.mga2.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);
 	}