fixed bug #914, finally?

This commit is contained in:
fgerlits 2005-08-01 11:27:37 +00:00
parent 80fdbf921f
commit d1842b7a24

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ Author : $Author: fgerlits $
Version : $Revision: 1.66 $ Version : $Revision: 1.67 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/GLiveSupport.cxx,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/GLiveSupport.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -898,10 +898,10 @@ GLiveSupport :: onStop(void) throw ()
releaseOutputAudio(); releaseOutputAudio();
Ptr<Playable>::Ref playable = masterPanel->getNextItemToPlay(); Ptr<Playable>::Ref playable = masterPanel->getNextItemToPlay();
setNowPlaying(playable);
if (playable) { if (playable) {
playOutputAudio(playable); playOutputAudio(playable);
} }
setNowPlaying(playable);
} }