Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > c540015029127156acd153c7f8af8866 > files > 3

kdebase4-runtime-4.6.5-9.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);
 	}