needs to be X-Plasma- as it's non-standard
svn path=/trunk/KDE/kdelibs/; revision=1054773
This commit is contained in:
parent
495a00cc59
commit
4b4645f564
@ -207,7 +207,7 @@ public:
|
|||||||
const bool selected = loadAll ||
|
const bool selected = loadAll ||
|
||||||
(description.isPluginEnabled() && (noWhiteList || whiteList.contains(runnerName)));
|
(description.isPluginEnabled() && (noWhiteList || whiteList.contains(runnerName)));
|
||||||
|
|
||||||
const bool singleQueryModeEnabled = service->property("SingleRunnerQueryMode", QVariant::Bool).toBool();
|
const bool singleQueryModeEnabled = service->property("X-Plasma-SingleRunnerQueryMode", QVariant::Bool).toBool();
|
||||||
|
|
||||||
if (singleQueryModeEnabled) {
|
if (singleQueryModeEnabled) {
|
||||||
enabledSingleRunnerIds.insert(runnerName, description.name());
|
enabledSingleRunnerIds.insert(runnerName, description.name());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user