From: Peter Penz Date: Wed, 11 Jun 2008 17:51:32 +0000 (+0000) Subject: cancel previews if the URL has been changed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/40324379150aa0e039b465d554c27bf3b7edb9b0?ds=sidebyside cancel previews if the URL has been changed svn path=/trunk/KDE/kdebase/apps/; revision=819665 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 783131c32..573abf85a 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -442,6 +442,7 @@ void DolphinView::updateView(const KUrl& url, const KUrl& rootUrl) return; } + m_iconManager->cancelPreviews(); m_controller->setUrl(url); // emits urlChanged, which we forward if (!rootUrl.isEmpty() && rootUrl.isParentOf(url)) {