Revision 0470195...
Go back to digest for 19th August 2012Bug Fixes in KDE Base
David Faure committed changes in [kwallet] /:
Fix amazingly slow kwalletmanager startup.
Every call to setFlags(), on item creation, triggers itemChanged(), which the
code wrongly treated as a renaming, so it would make a dbus call for renaming,
and then process the dbus signal for "this folder has changed" by reloading the
folder and comparing.
I didn't see review 105633 before spending time fixing this :-(
File Changes
Modified 4 files
- allyourbase.cpp
- allyourbase.h
- kwalleteditor.cpp
- kwalleteditor.h
4 files changed in total