*uarg* ... seems the additional ! slipped in between without any logical reason. SVN_SILENT

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=782731
This commit is contained in:
Sebastian Sauer 2008-03-05 21:19:48 +00:00
parent 1420d4ba60
commit 71c660cb29
2 changed files with 3 additions and 1 deletions

View File

@ -1365,7 +1365,7 @@ Applet* Applet::load(const QString& appletName, uint appletId, const QVariantLis
// from the network at this point
offers = KServiceTypeTrader::self()->query("Plasma/Containment", constraint);
isContainment = true;
if (!offers.isEmpty()) {
if (offers.isEmpty()) {
kDebug() << "offers is empty for " << appletName;
return 0;
}

View File

@ -44,3 +44,5 @@ Comment[x-test]=xxPlasma applet container and background painterxx
Comment[zh_CN]=Plasma
Comment[zh_TW]=Plasma
[PropertyDef::X-Plasma-Language]
Type=QString