Revision a358770...

Go back to digest for 13th January 2013

Bug Fixes in Multimedia

Edward Hades Toroshchin committed changes in [amarok] src/browsers/playlistbrowser/PlaylistBrowserCategory.cpp:

Fix duplicate-name bug in creating playlist folders

Previously, the code sorted numbers as string when determining the
current largest number of duplicate folders. The code now uses
std::max_element on a list of integers to circumvent that problem


FIXED-IN: 2.7
REVIEW: 108245

File Changes

Modified 1 files
  • src/browsers/playlistbrowser/PlaylistBrowserCategory.cpp
1 files changed in total