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

--- Comment #3 from Jakob Petsovits <jpe...@petsovits.com> ---
Immediate cause: ModuleView::updatePageIconHeader() in
systemsettings/core/ModuleView.cpp is making an early return via this
condition:

    KCModule *kcm = d->mPages.value(page);
    if (!kcm || !kcm->metaData().isValid()) {
        // Seems like we have some form of a race condition going on here...
        return;
    }

This prevents the header-updating code further down in the same function to
execute.

Root cause: will need some more analysis, I figure.

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

Reply via email to