diff --git a/applet.cpp b/applet.cpp index 11961e57e..04ea16e5c 100644 --- a/applet.cpp +++ b/applet.cpp @@ -84,6 +84,7 @@ public: { if (!appletDescription.isValid()) { applet->setFailedToLaunch(true); + return; } QString language = appletDescription.property("X-Plasma-Language").toString();