fix the sycoca query

This commit is contained in:
Marco Martin 2014-09-01 19:01:32 +02:00
parent ddc08a2d4c
commit 399156bccc

View File

@ -170,8 +170,8 @@ void AppletPrivate::init(const QString &packagePath, const QVariantList &args)
foreach (const QString &prov, provides) {
if (!first) {
constraint += " or ";
first = false;
}
first = false;
constraint += "'" + prov + "' in [X-Plasma-Provides]";
}