diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-28 20:38:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-28 20:38:55 +0000 |
commit | 2c2a046b5097ae4520bec1cf08b4bad25cbabc7c (patch) | |
tree | 3daaca2dd55591bda303a1aef6a0e28ee388eff9 /kde-base/kdelibs/files | |
parent | Do not use cairo-font patches for systems without gtk and gnome, otherwise th... (diff) | |
download | gentoo-2-2c2a046b5097ae4520bec1cf08b4bad25cbabc7c.tar.gz gentoo-2-2c2a046b5097ae4520bec1cf08b4bad25cbabc7c.tar.bz2 gentoo-2-2c2a046b5097ae4520bec1cf08b4bad25cbabc7c.zip |
Revision bump. Apply the plasma-pixmap-cache fix.
(Portage version: 2.2_rc53/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdelibs/files')
-rw-r--r-- | kde-base/kdelibs/files/kdelibs-4.3.3-plasma-pixmap-cache.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kdelibs/files/kdelibs-4.3.3-plasma-pixmap-cache.patch b/kde-base/kdelibs/files/kdelibs-4.3.3-plasma-pixmap-cache.patch new file mode 100644 index 000000000000..59e285155710 --- /dev/null +++ b/kde-base/kdelibs/files/kdelibs-4.3.3-plasma-pixmap-cache.patch @@ -0,0 +1,13 @@ +--- branches/KDE/4.3/kdelibs/plasma/framesvg.cpp 2009/11/28 18:23:00 1055787 ++++ branches/KDE/4.3/kdelibs/plasma/framesvg.cpp 2009/11/28 18:25:53 1055788 +@@ -625,8 +625,8 @@ + } + + QSizeF size = frameSize(frame); +- QString id = QString::fromLatin1("%7_%6_%5_%4_%3_%2_%1_"). +- arg(overlayPos.y()).arg(overlayPos.x()).arg(frame->enabledBorders).arg(size.width()).arg(size.height()).arg(prefixToSave).arg(q->imagePath()); ++ QString id = QString::fromLatin1("%5_%4_%3_%2_%1_"). ++ arg(frame->enabledBorders).arg(size.width()).arg(size.height()).arg(prefixToSave).arg(q->imagePath()); + + //kDebug()<<"Saving to cache frame"<<id; + |