Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 69501fee79f575b9818fcbd4bf2bb6c4 > files > 26

kdelibs4-4.2.4-0.2mdv2009.0.src.rpm

--- plasma/theme.cpp~	2009-03-25 21:14:14.000000000 +0100
+++ plasma/theme.cpp	2009-03-25 21:17:23.000000000 +0100
@@ -567,7 +567,7 @@
 
 bool Theme::findInCache(const QString &key, QPixmap &pix, unsigned int lastModified)
 {
-    if(lastModified > d->pixmapCache->timestamp())
+    if(d->useCache() && (lastModified > d->pixmapCache->timestamp()))
         d->discardCache();
 
     return findInCache(key, pix);