]> cloud.milkyroute.net Git - dolphin.git/commitdiff
* Don't ignore the maximum file size for previews in the information panel. Correspon...
authorPeter Penz <peter.penz19@gmail.com>
Sun, 14 Dec 2008 11:25:44 +0000 (11:25 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 14 Dec 2008 11:25:44 +0000 (11:25 +0000)
* Remember the created thumbnail for later reuse.

BUG: 177740

svn path=/trunk/KDE/kdebase/apps/; revision=896725

src/infosidebarpage.cpp

index fc34bac7dfb26cbe1e1dfa17b97653faa2d66f5b..8298f8da69ce0c180da896029e3166dec2120322 100644 (file)
@@ -216,8 +216,7 @@ void InfoSidebarPage::showItemInfo()
                                                     0,
                                                     0,
                                                     true,
-                                                    false);
-            job->setIgnoreMaximumSize(true);
+                                                    true);
 
             connect(job, SIGNAL(gotPreview(const KFileItem&, const QPixmap&)),
                     this, SLOT(showPreview(const KFileItem&, const QPixmap&)));