[Bug 71367] Impossible to uncheck an entry without playing it.

Allan Sandfeld kde at carewolf.com
Sun Dec 28 16:33:47 GMT 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=71367     




------- Additional Comments From kde at carewolf.com  2003-12-28 17:33 -------
Subject: kdemultimedia/noatun/modules/splitplaylist

CVS commit by carewolf: 

Make previous skip unchecked items (next already does).

CCMAIL:71367 at bugs.kde.org


  M +4 -0      playlist.cpp   1.50


--- kdemultimedia/noatun/modules/splitplaylist/playlist.cpp  #1.49:1.50
@@ -145,4 +145,8 @@ PlaylistItem SplitPlaylist::previous()
         setCurrent(nextItem);
 
+        if (currentItem)
+                if (!static_cast<SafeListViewItem*>(currentItem.data())->isOn())
+                        return previous();
+
         return currentItem;
 }



More information about the kde-multimedia mailing list