diff --git a/applet.cpp b/applet.cpp index d6fbd603e..5c6deac25 100644 --- a/applet.cpp +++ b/applet.cpp @@ -236,7 +236,7 @@ Applet* Applet::loadApplet(const KPluginInfo* info, uint appletId) return 0; } - loadApplet(info->pluginName(), appletId); + return loadApplet(info->pluginName(), appletId); } } // Plasma namespace