go back to the plugin info categories
svn path=/trunk/KDE/kdelibs/; revision=962195
This commit is contained in:
parent
359c2145b3
commit
9339d4e96a
@ -891,9 +891,9 @@ KPluginInfo::List Containment::listContainmentsOfType(const QString &type,
|
|||||||
constraint.append(" and ");
|
constraint.append(" and ");
|
||||||
}
|
}
|
||||||
|
|
||||||
constraint.append("'").append(category).append("' in Keywords");
|
constraint.append("[X-KDE-PluginInfo-Category] == '").append(category).append("'");
|
||||||
if (category == "Miscellaneous") {
|
if (category == "Miscellaneous") {
|
||||||
constraint.append(" or not exist Keywords");
|
constraint.append(" or (not exist [X-KDE-PluginInfo-Category] or [X-KDE-PluginInfo-Category] == '')");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user