Revision aff38f3...

Go back to digest for 8th September 2013

Bug Fixes in KDE Base

Valentin Rusu committed changes in [kdelibs/frameworks] staging/kwallet/src/kwallet.cpp:

Fix the synchronous-mode wallet open logic



The wallet opening logic, for the synchronous mode, had a nested
event loops problem, leading to frozen kwalletd. That was because
kwalletd wasn't using qdbus delayed replies. kdelibs used
asynchronous open methods even for the synchronous mode, coupled
with an internal event loop to simulate synchronous mode.
This commit removes that internal event loop, as the kwalletd now
blocks on synchronous wallet open requests.

This commit has the same effect as f8fea3f01c85eb0d on kdelibs 4.11
but cherry-picking won't work because of KF5 source splitting. I just
redone it here.

File Changes

Modified 1 files
  • staging/kwallet/src/kwallet.cpp
1 files changed in total