this works, and i know it works, so the debug can go away for now so i can see other potentially important things in the output =)
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=643671
This commit is contained in:
parent
0445867daa
commit
d7caba7c6f
6
svg.cpp
6
svg.cpp
@ -77,11 +77,11 @@ class Svg::Private
|
||||
.arg( themePath );
|
||||
|
||||
if ( QPixmapCache::find( id, p ) ) {
|
||||
kDebug() << "found cached version of " << id << endl;
|
||||
//kDebug() << "found cached version of " << id << endl;
|
||||
return;
|
||||
} else {
|
||||
}/* else {
|
||||
kDebug() << "didn't find cached version of " << id << ", so re-rendering" << endl;
|
||||
}
|
||||
}*/
|
||||
|
||||
// we have to re-render this puppy
|
||||
if ( ! renderer ) {
|
||||
|
Loading…
Reference in New Issue
Block a user