Don't crash if we can't load an applet.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691410
This commit is contained in:
parent
ac70498132
commit
4d8628230f
@ -84,6 +84,7 @@ public:
|
||||
{
|
||||
if (!appletDescription.isValid()) {
|
||||
applet->setFailedToLaunch(true);
|
||||
return;
|
||||
}
|
||||
|
||||
QString language = appletDescription.property("X-Plasma-Language").toString();
|
||||
|
Loading…
Reference in New Issue
Block a user