Revision 1226945

Go back to digest for 10th April 2011

Bug Fixes in Multimedia

Colin Guthrie committed changes in /trunk/KDE/kdemultimedia/kmix:

kmix: Avoid the use of QString.sprintf().

This is generally discouraged and also doesn't deal gracefully with UTF8
encoded data (due to explicityly calling toAscii()) so use the
more modern QString().arg(..) construct and leave the data encoding
as is. This may result in writing some UTF8 data into the config files
but this should be handled gracefully.

File Changes

Modified 2 files
  • /trunk/KDE/kdemultimedia/kmix
  •   /core/mixdevice.cpp
  •   /gui/viewbase.cpp
2 files changed in total