fixed bug #1435 ("add to live mode" now does not start playing at once)

This commit is contained in:
fgerlits 2005-09-06 12:43:15 +00:00
parent f3f379766f
commit 89bcc935e5

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $ Author : $Author: fgerlits $
Version : $Revision: 1.75 $ Version : $Revision: 1.76 $
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 $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -819,12 +819,7 @@ LiveSupport :: GLiveSupport ::
GLiveSupport :: addToLiveMode(Ptr<Playable>::Ref playable) GLiveSupport :: addToLiveMode(Ptr<Playable>::Ref playable)
throw () throw ()
{ {
if (outputItemPlayingNow) { masterPanel->updateLiveModeWindow(playable);
masterPanel->updateLiveModeWindow(playable);
} else {
playOutputAudio(playable);
setNowPlaying(playable);
}
} }