From: Peter Penz Date: Wed, 8 Oct 2008 21:16:41 +0000 (+0000) Subject: clear the shown URL property when a selection is done X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/37481ae3deafe0829e5a464febde1bf1763b2055?ds=sidebyside clear the shown URL property when a selection is done svn path=/trunk/KDE/kdebase/apps/; revision=869386 --- diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 9fc2286f1..970ff0022 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -195,6 +195,7 @@ void InfoSidebarPage::showItemInfo() KIconLoader::SizeEnormous); m_preview->setPixmap(icon); m_nameLabel->setText(i18ncp("@info", "%1 item selected", "%1 items selected", m_selection.count())); + m_shownUrl = KUrl(); } else { const KFileItem item = fileItem(); const KUrl itemUrl = item.url();