Services Runner: Set a category for the System Settings

wilder-5.14
Vishesh Handa 12 years ago
parent b762c3732b
commit 4de921d04d
  1. 1
      runners/services/servicerunner.cpp

@ -168,6 +168,7 @@ void ServiceRunner::match(Plasma::RunnerContext &context)
//qDebug() << service->name() << "is this relevant:" << relevance;
match.setRelevance(relevance);
match.setMatchCategory(i18n("System Settings"));
matches << match;
}

Loading…
Cancel
Save