]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't cache the preview of the information sidebar, as this restricts the maximum...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 2 Jan 2009 17:26:12 +0000 (17:26 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 2 Jan 2009 17:26:12 +0000 (17:26 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=904639

src/infosidebarpage.cpp

index 8298f8da69ce0c180da896029e3166dec2120322..de9be116442c469432c17d5cff30ee4ad19a7cd0 100644 (file)
@@ -215,7 +215,7 @@ void InfoSidebarPage::showItemInfo()
                                                     m_preview->height(),
                                                     0,
                                                     0,
-                                                    true,
+                                                    false,
                                                     true);
 
             connect(job, SIGNAL(gotPreview(const KFileItem&, const QPixmap&)),