diff options
| author | Kai Uwe Broulik <[email protected]> | 2020-05-05 12:05:49 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2020-05-05 12:05:49 +0200 |
| commit | ecede34048472432c140ed30981f86be2e9f1199 (patch) | |
| tree | e2e684395b6b8bcc492346cbcddccca0e136cacb | |
| parent | 1ceaaa38f6c750ae99fbff38d19f60d5e41720fa (diff) | |
| parent | 9f268f5f76a4a4f0c91abcc213e159c8bde4869c (diff) | |
Merge branch 'release/20.04'
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3ac3ab1c1..6a5fdb1c4 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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()) { |
