diff --git a/src/shell/widgetexplorer/widgetexplorer.cpp b/src/shell/widgetexplorer/widgetexplorer.cpp index f9f9d7ca5..230aed61b 100644 --- a/src/shell/widgetexplorer/widgetexplorer.cpp +++ b/src/shell/widgetexplorer/widgetexplorer.cpp @@ -441,7 +441,7 @@ void WidgetExplorer::addApplet(const QString &pluginName) qDebug() << " .. pathes: " << dirs; Plasma::Applet *applet = Plasma::Applet::loadPlasmoid(dirs.first()); - applet->init(); + if (applet) { if (d->containment) { d->containment->addApplet(applet);