[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src
From:       Seb Ruiz <me () sebruiz ! net>
Date:       2005-11-06 0:30:17
Message-ID: 1131237017.924281.3326.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 478141 by seb:

Queueing current album whilst in dynamic mode would not queue the last track.
Thanks Roland.
BUG: 113978


 M  +4 -2      playlist.cpp  


--- trunk/extragear/multimedia/amarok/src/playlist.cpp #478140:478141
@@ -1100,9 +1100,11 @@
             }
         }
 
-        if( item->isEnabled() && item != m_currentTrack )
+        if( item->isEnabled() )
         {
-            this->moveItem( item, 0, after );
+            if( item != m_currentTrack )
+                this->moveItem( item, 0, after );
+
             m_nextTracks.append( item );
         }
         else
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic