diff options
| author | David Faure <[email protected]> | 2009-01-08 20:51:03 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2009-01-08 20:51:03 +0000 |
| commit | 723db9be8353787a54a0927adad4a29c793a49f9 (patch) | |
| tree | 62ba7dd5bbc17bba28137d971a635dd5b4c40994 /src | |
| parent | b44364bd112e54334b361c8111146e3264dd78a8 (diff) | |
same optimization as in 907877 but for the info sidebar's preview.
svn path=/trunk/KDE/kdebase/apps/; revision=907878
Diffstat (limited to 'src')
| -rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index de9be1164..aa8b20553 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -210,7 +210,7 @@ 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, |
