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

--- Comment #13 from Giovanni <[email protected]> ---
If we see the source code of DolphinTabPage.cpp at lines 317-323 we have:

    stream >> m_primaryViewActive;
    if (m_primaryViewActive) {
        m_primaryViewContainer->setActive(true);
    } else {
        Q_ASSERT(m_splitViewEnabled);
        m_secondaryViewContainer->setActive(true);
    }

Where is the bug? Q_ASSERT(m_splitViewEnabled). Q_ASSERT check if the variable
is always true, not false...

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

Reply via email to