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

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cullm...@kde.org
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Christoph Cullmann <cullm...@kde.org> ---
I think this was some missing null check in

void KateAppAdaptor::activate()

Now we do this properly, I hope.

    KateMainWindow *win = m_app->activeKateMainWindow();
    if (!win) {
        return;
    }

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

Reply via email to