Revision 541351

Go back to digest for 21st May 2006

Bug Fixes in Multimedia

Jeff Mitchell committed changes in /trunk/extragear/multimedia/amarok/src:

1) Fix some erroneous strings that could be emitted during an ATF update.
2) With ATF on, if you've attempted to play a file that could not be found, when the file is found during a scan, the playlist item will be enabled again. This is
implemented in a very fast fashion (only disabled items are added to the ptrlist, checks are made against the pointers to the items in the list, which is very
fast, etc...) and given that there are generally few disabled items compared to many enabled items, this does not have noticeable overhead.
3) It's totally cool.

File Changes

Modified 3 files
  • /trunk/extragear/multimedia/amarok/src
  •   /collectiondb.cpp
  •   /metabundle.cpp
  •   /playlist.cpp
3 files changed in total