Revision fd6fa39...

Go back to digest for 9th October 2011

Bug Fixes in KDE Base

Alex Fiestas committed changes in [bluedevil] /daemon/kded:

Replaced AgentListener (QThread) by delayed DBus messages

This thread has been causing many crashes for some people, and
as far as I remember all the backtraces show weird things not really
within BlueDevilcode, and of course none of the BlueDevil developers has
been able to reproduce the bug. So the best/easy/simpler way of fixing
this is by removing the Thread which shouldn't be there in the first
place.

File Changes

Deleted 2 files
  • /daemon/kded
  •   src/agentlistener.cpp
  •   src/agentlistener.h
Modified 3 files
  • /daemon/kded
  •   src/BlueDevilDaemon.cpp
  •   src/BlueDevilDaemon.h
  •   src/CMakeLists.txt
5 files changed in total