https://bugs.kde.org/show_bug.cgi?id=377050

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> ---
Loks like it crashes here, no idea why _plasma_graphicObject is already gone
here, though. Could be Media Controller applet (which is unloaded when MPRIS
goes away). Can't reproduce, though.

void ContainmentInterface::appletRemovedForward(Plasma::Applet *applet)
{
    AppletInterface *appletGraphicObject =
applet->property("_plasma_graphicObject").value<AppletInterface *>();
    m_appletInterfaces.removeAll(appletGraphicObject);
    appletGraphicObject->m_positionBeforeRemoval =
appletGraphicObject->mapToItem(this, QPointF()); <<<<<<<<<<<
    emit appletRemoved(appletGraphicObject);
    emit appletsChanged();
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to