Revision 706845
Go back to digest for 2nd September 2007Bug Fixes in Multimedia
Mark Kretschmann committed changes in /branches/stable/extragear/multimedia/amarok:
Fixed possible GUI freeze when Amarok was showing the dialog for installing mp3 support. Patch by Sascha Sommer:
"The problem seems to be that EngineController::canDecode runs in a seperate thread than the gui thread. Opening up a Kmessagebox there will prevent amarok from handling all gui events and everything will freeze. I therefore put the dialog into an extra function that will later get called from the statusBar."
File Changes
Modified 4 files
- /branches/stable/extragear/multimedia/amarok
- /ChangeLog
- /src/enginecontroller.cpp
- /src/enginecontroller.h
- /src/statusbar/statusBarBase.cpp
4 files changed in total