fixed bug #914, finally?
This commit is contained in:
parent
80fdbf921f
commit
d1842b7a24
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue