diff --git a/src/plasma/private/applet_p.cpp b/src/plasma/private/applet_p.cpp index b31acf0f2..ff0fe718f 100644 --- a/src/plasma/private/applet_p.cpp +++ b/src/plasma/private/applet_p.cpp @@ -280,6 +280,8 @@ void AppletPrivate::setUiReady() //if we are the containment and there is still some uncomplete applet, we're still incomplete if (!c->d->loadingApplets.isEmpty()) { return; + } else if (!uiReady) { + emit c->uiReadyChanged(true); } } else { c = q->containment();