Revision 556153

Go back to digest for 2nd July 2006

Bug Fixes in Multimedia

Andrew Turner committed changes in /trunk/extragear/multimedia/amarok/src/collectiondb.cpp:

Make score be displayed in Context Browser again. Problem was due to sqlite upgrade, where
new version returns a REAL from ROUND, instead of TEXT, and QString::toInt does not like
to convert "75.0". Fixed by casting the REAL to INTEGER in the SQL query.
Thanks to cocobo, Spum and Richlv for finding and diagnosing the problem.

File Changes

Modified 1 files
  • /trunk/extragear/multimedia/amarok/src/collectiondb.cpp
1 files changed in total