┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-02 17:26:12 +0000
committerPeter Penz <[email protected]>2009-01-02 17:26:12 +0000
commit64059e50831b05c5a11e4550afeebdd3420045d1 (patch)
treef3de896913236dd699836504d6c1fafe906ef52b /src
parentc6dbe9a31d53da7cec31e73371e9ccdf9e9898a4 (diff)
don't cache the preview of the information sidebar, as this restricts the maximum size to 256 x 256 pixels
svn path=/trunk/KDE/kdebase/apps/; revision=904639
Diffstat (limited to 'src')
-rw-r--r--src/infosidebarpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 8298f8da6..de9be1164 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -215,7 +215,7 @@ void InfoSidebarPage::showItemInfo()
m_preview->height(),
0,
0,
- true,
+ false,
true);
connect(job, SIGNAL(gotPreview(const KFileItem&, const QPixmap&)),