]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/infosidebarpage.cpp
SVN_SILENT: fixed indentation (was a mix of 1, 2 or 4 spaces...)
[dolphin.git] / src / infosidebarpage.cpp
index 8298f8da69ce0c180da896029e3166dec2120322..aa8b20553cfca58c35013167e1730f9bf8891ad2 100644 (file)
@@ -210,12 +210,12 @@ void InfoSidebarPage::showItemInfo()
             // can be shown within a short timeframe.
             m_outdatedPreviewTimer->start();
 
-            KIO::PreviewJob* job = KIO::filePreview(KUrl::List() << itemUrl,
+            KIO::PreviewJob* job = KIO::filePreview(KFileItemList() << item,
                                                     m_preview->width(),
                                                     m_preview->height(),
                                                     0,
                                                     0,
-                                                    true,
+                                                    false,
                                                     true);
 
             connect(job, SIGNAL(gotPreview(const KFileItem&, const QPixmap&)),