1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Merge branch 'release/20.04'

This commit is contained in:
Kai Uwe Broulik 2020-05-05 12:05:49 +02:00
commit ecede34048

View File

@ -969,7 +969,7 @@ QPointer<QAction> DolphinMainWindow::preferredSearchTool()
{
m_searchTools.clear();
KMoreToolsMenuFactory("dolphin/search-tools").fillMenuFromGroupingNames(
&m_searchTools, { "files-find" }, QUrl::fromLocalFile(activeContainerLocalPath())
&m_searchTools, { "files-find" }, m_activeViewContainer->url()
);
QList<QAction*> actions = m_searchTools.actions();
if (actions.isEmpty()) {