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

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> ---
Seems m_desktopContainments contains a junk/a deleted containment, offending
code:

if (m_desktopContainments.contains(activity)) {
    for (Plasma::Containment *cont : m_desktopContainments.value(activity)) {
        if (!cont->destroyed() && cont->screen() == screenNum &&
cont->activity() == activity) {
            return cont;
        }
    }
}

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

Reply via email to