diff options
Diffstat (limited to 'tdecore/ksimpledirwatch.cpp')
-rw-r--r-- | tdecore/ksimpledirwatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksimpledirwatch.cpp b/tdecore/ksimpledirwatch.cpp index d961d4657..8454c7a74 100644 --- a/tdecore/ksimpledirwatch.cpp +++ b/tdecore/ksimpledirwatch.cpp @@ -1377,7 +1377,7 @@ bool KSimpleDirWatchPrivate::isNoisyFile( const char * filename ) if (strncmp(filename, ".X.err", 6) == 0) return true; if (strncmp(filename, ".xsession-errors", 16) == 0) return true; // fontconfig updates the cache on every KDE app start - // (inclusive kio_thumbnail slaves) + // (inclusive tdeio_thumbnail slaves) if (strncmp(filename, ".fonts.cache", 12) == 0) return true; } |