[Bug 310505] auth handler fails the first time after login and never quits
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Thu Nov 22 22:01:51 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=310505
Daniele E. Domenichelli <daniele.domenichelli at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Version Fixed In| |0.5.2
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/tele
| |pathy-common-internals/c086
| |a55bb68b932348f68711f38684c
| |bd12d2da7
--- Comment #2 from Daniele E. Domenichelli <daniele.domenichelli at gmail.com> ---
Git commit c086a55bb68b932348f68711f38684cbd12d2da7 by Daniele E. Domenichelli.
Committed on 22/11/2012 at 21:25.
Pushed by ddomenichelli into branch 'kde-telepathy-0.5'.
Avoid calling KWallet::openWallet several times
In order to avoid the problem when kwallet is closed while kcm accounts
is open, we introduced a bug: if more than one openWallet call is done
at the same time, we reset the scoped pointer with a new wallet, the
old wallet is deleted and therefore the signal is never emitted.
This patch uses avoids trying to open the wallet several times if it is
already being opened.
Reviewed-by: George Kiagiadakis <george.kiagiadakis at collabora.com>
REVIEW: 107426
FIXED-IN: 0.5.2
M +30 -6 KTp/wallet-interface.cpp
http://commits.kde.org/telepathy-common-internals/c086a55bb68b932348f68711f38684cbd12d2da7
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list