X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7b42d2d6cbff82dc8adefc8e05f42a015f59cb03..3b773e91a96853476b33dda226b33e4c991cfb99:/src/dolphinpart.cpp diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index fbaa6fe49..34569eeb5 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -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