diff --git a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx index 7c229856f..e53be3935 100644 --- a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx +++ b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx @@ -22,7 +22,7 @@ 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 $ ------------------------------------------------------------------------------*/ @@ -898,10 +898,10 @@ GLiveSupport :: onStop(void) throw () releaseOutputAudio(); Ptr::Ref playable = masterPanel->getNextItemToPlay(); + setNowPlaying(playable); if (playable) { playOutputAudio(playable); } - setNowPlaying(playable); }