From 23577747e93fbb1dfb91d213c78d1f45823de487 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 21 May 2021 16:25:51 +0200 Subject: [PATCH] Recent Documents: Fix missing actions for results BUG: 437462 FIXED-IN: 5.22 (cherry picked from commit 9baeb9f51fc7e137abf9d9a8187393398eb81cf9) --- runners/recentdocuments/recentdocuments.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/recentdocuments/recentdocuments.cpp b/runners/recentdocuments/recentdocuments.cpp index 1097ebd69..77dda53e0 100644 --- a/runners/recentdocuments/recentdocuments.cpp +++ b/runners/recentdocuments/recentdocuments.cpp @@ -99,7 +99,7 @@ void RecentDocuments::match(Plasma::RunnerContext &context) match.setUrls({url}); match.setId(url.toString()); if (url.isLocalFile()) { - match.setActions(actions().values()); + match.setActions(m_actions); } match.setText(name);