*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:
parent
1420d4ba60
commit
71c660cb29
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user