From eb9245a20cff735d511dc30ea0d47814ce35ccda Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 18 Apr 2021 06:46:40 +0200 Subject: [PATCH] GIT_SILENT Also set urls for match in other code path --- runners/locations/locationrunner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/runners/locations/locationrunner.cpp b/runners/locations/locationrunner.cpp index cc910c33b..b70db404a 100644 --- a/runners/locations/locationrunner.cpp +++ b/runners/locations/locationrunner.cpp @@ -74,6 +74,7 @@ void LocationsRunner::match(Plasma::RunnerContext &context) match.setRelevance(1); match.setData(url); + match.setUrls({url}); match.setType(Plasma::QueryMatch::ExactMatch); context.addMatch(match); } else if (!url.isLocalFile() && !url.isEmpty() && !url.scheme().isEmpty()) {