SVN commit 535991 by mkretz: SVN_SILENT: call stop before setUrl on the iface object M +2 -0 mediaobject.cpp --- trunk/KDE/kdelibs/phonon/mediaobject.cpp #535990:535991 @@ -56,6 +56,8 @@ K_D( MediaObject ); if( iface() ) { + d->iface()->stop(); // first call stop as that often is the expected state + // for setting a new URL d->iface()->setUrl( url ); if( state() == Phonon::ErrorState ) {