]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/infosidebarpage.cpp
when changing the view mode if the preview is turned on, the directory must get reloa...
[dolphin.git] / src / infosidebarpage.cpp
index 9fc2286f1f172cd4e67e76ccebb53e9435c966b1..970ff0022e26f4a7f76dccab5eadd50297aa7f22 100644 (file)
@@ -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();