Revision e0dd482...

Go back to digest for 19th August 2012

Bug Fixes in KDE Base

Simeon Bird committed changes in [kdeplasma-addons] applets/fileWatcher/fileWatcher.cpp:

As noted in bug 256187, the fileWatcher plasmoid can use a lot of
memory, particularly when first reading a file.
This turns out to be because the whole file is added to the
textDocument, instead of just the last few lines.

As a bonus, fix an (unreported) bug where if a line matched two filters,
it could be printed twice.


REVIEW: 105940
FIXED-IN: 4.9.1

File Changes

Modified 1 files
  • applets/fileWatcher/fileWatcher.cpp
1 files changed in total