extragear/multimedia/amarok/src

Jeff Mitchell kde-dev at emailgoeshere.com
Wed Mar 26 23:47:37 CET 2008


Dan Meltzer wrote:
> --- trunk/extragear/multimedia/amarok/src/context/ContextView.cpp #790554:790555
> @@ -131,9 +131,11 @@
>  
>     switch( state )
>      {
> +        // Note: This is not as accurate as it should be.  When the user manually changes tracks,
> +        // the engine sends a StoppedState followed by a PlayingState, causing the view to change.
> +        // Unfortunatly, there is no easy way to fix this
A brute-force method could be to start a timer when a StoppedState is 
received, and if it's still running when a PlayingState is received...

--Jeff



More information about the Amarok-devel mailing list