]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
don't forget to hide the value-widget again, if e. g. "Any" from "Date:" has been...
[dolphin.git] / src / dolphinpart.cpp
index fbaa6fe49bbfff9441f1ebd502455d9a6906017b..34569eeb5d6fd77cbf757b6fb50e3aa3f934420d 100644 (file)
@@ -358,6 +358,8 @@ void DolphinPart::slotOpenContextMenu(const KFileItem& _item,
         item = m_dirLister->rootItem();
         if (item.isNull())
             item = KFileItem( S_IFDIR, (mode_t)-1, url() );
+        else
+            item.setUrl(url()); // ensure we use the view url, not the canonical path (#213799)
     }
 
     // TODO: We should change the signature of the slots (and signals) for being able