Merge branch 'Plasma/5.8' into Plasma/5.10

wilder-5.14
Kai Uwe Broulik 9 years ago
commit 1622282fdf
  1. 2
      applets/notifications/lib/notificationsapplet.cpp

@ -63,7 +63,7 @@ void NotificationsApplet::onScreenChanges()
{
// when removing the panel the applet is in, the containment is being destroyed but its corona is still
// there, rightfully emitting availableScreenRectChanged and then we blow up if we try to access it.
if (!containment()) {
if (!containment() || !containment()->corona()) {
return;
}

Loading…
Cancel
Save