diff options
| author | Peter Penz <[email protected]> | 2008-10-08 21:16:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-08 21:16:41 +0000 |
| commit | 37481ae3deafe0829e5a464febde1bf1763b2055 (patch) | |
| tree | 094b147663905653de665b31be119b812c9c0ea1 /src | |
| parent | 7de3ccbf54ee3a2f7c751a2ba5352d3122d5126e (diff) | |
clear the shown URL property when a selection is done
svn path=/trunk/KDE/kdebase/apps/; revision=869386
Diffstat (limited to 'src')
| -rw-r--r-- | src/infosidebarpage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
