From 89bcc935e52542960ca6fe0ace4cd1785b622f1b Mon Sep 17 00:00:00 2001 From: fgerlits Date: Tue, 6 Sep 2005 12:43:15 +0000 Subject: [PATCH] fixed bug #1435 ("add to live mode" now does not start playing at once) --- .../products/gLiveSupport/src/GLiveSupport.cxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx index 32dfbfbf6..b03636995 100644 --- a/livesupport/products/gLiveSupport/src/GLiveSupport.cxx +++ b/livesupport/products/gLiveSupport/src/GLiveSupport.cxx @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.75 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.76 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/GLiveSupport.cxx,v $ ------------------------------------------------------------------------------*/ @@ -819,12 +819,7 @@ LiveSupport :: GLiveSupport :: GLiveSupport :: addToLiveMode(Ptr::Ref playable) throw () { - if (outputItemPlayingNow) { - masterPanel->updateLiveModeWindow(playable); - } else { - playOutputAudio(playable); - setNowPlaying(playable); - } + masterPanel->updateLiveModeWindow(playable); }