fixed bug #1435 ("add to live mode" now does not start playing at once)
This commit is contained in:
parent
f3f379766f
commit
89bcc935e5
1 changed files with 3 additions and 8 deletions
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue