diff --git a/popupapplet.cpp b/popupapplet.cpp index fa8ba2a64..d19f780ec 100644 --- a/popupapplet.cpp +++ b/popupapplet.cpp @@ -519,7 +519,7 @@ void PopupAppletPrivate::internalTogglePopup() } else { if (q->graphicsWidget() && q->graphicsWidget() == static_cast(q)->d->extender && - static_cast(q)->d->extender->attachedItems().isEmpty()) { + static_cast(q)->d->extender->isEmpty()) { // we have nothing to show, so let's not. return; }