Revision 4264a44...

Go back to digest for 30th September 2012

Features in KDE-PIM

David Faure committed changes in [kdepimlibs/KDE/4.9] /:

Use a RAII class instead of blockSignals(true);...;blockSignals(false)

A nasty "return" statement in the middle of favoriteSelectionChanged()
was leaving signals blocked.

KDSignalBlocker is from KDTools (LGPL), modified to be in the Akonadi
namespace (to prevent clashes with the copy in kleopatra), but not exported
currently -- could be exported+installed if needed.

File Changes

Added 2 files
  •   akonadi/kdsignalblocker.cpp
  •   akonadi/kdsignalblocker.h
Modified 2 files
  •   akonadi/CMakeLists.txt
  •   akonadi/standardactionmanager.cpp
4 files changed in total