From d1842b7a24da4b13abd4caa3f448ad24b85d26d3 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 1 Aug 2005 11:27:37 +0000 Subject: [PATCH] fixed bug #914, finally? --- livesupport/products/gLiveSupport/src/GLiveSupport.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }