Revision 8c64e00...

Go back to digest for 11th May 2014

Optimization in KDE-PIM

Raphael Kubo da Costa committed changes in [kdepim/KDE/4.13] /:

Stop needlessly calling KDirWatch::stopScan().

Not only should the call be unnecessary, but it also causes an infinite
loop when KDirWatch is set to use QFileSystemWatcher: the
KDirWatch::stopScan()/addDir()/startScan() combination makes the slot
where they're called end up being infinitely triggered.

Discussed with dfaure.

REVIEW: 117993

File Changes

Modified 2 files
  •   grantleetheme/grantleethememanager.cpp
  •   pimcommon/templatewidgets/templatemanager.cpp
2 files changed in total