needs to be X-Plasma- as it's non-standard

svn path=/trunk/KDE/kdelibs/; revision=1054773
This commit is contained in:
Aaron J. Seigo 2009-11-26 18:42:24 +00:00
parent 495a00cc59
commit 4b4645f564

View File

@ -207,7 +207,7 @@ public:
const bool selected = loadAll ||
(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) {
enabledSingleRunnerIds.insert(runnerName, description.name());