[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.6/kdelibs/plasma
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-20 11:30:20
Message-ID: 20110120113020.54D10AC8B8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1215935 by mart:

backport cache deletion fix (delete only pixmaps)


 M  +1 -1      framesvg.cpp  


--- branches/KDE/4.6/kdelibs/plasma/framesvg.cpp #1215934:1215935
@@ -488,7 +488,7 @@
             if (p->deref(this)) {
                 const QString key = d->cacheId(p, it.key());
                 FrameSvgPrivate::s_sharedFrames.remove(key);
-                delete p;
+                p->cachedBackground = QPixmap();
             }
 
             it.remove();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic