[Konsole-devel] [konsole] [Bug 331073] Konsole crashed when trying to search

Kurt V. Hindenburg kurt.hindenburg at gmail.com
Thu Feb 13 02:41:35 UTC 2014


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

--- Comment #1 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
Looks like somehow _searchBar no longer exists

void SessionController::searchBarEvent()
{
    QString selectedText = _view->screenWindow()->selectedText(true, true);
    if (!selectedText.isEmpty())
        _searchBar->setSearchText(selectedText);

    if (_searchBar->isVisible()) {          <-- looks like crash here
        _searchBar->focusLineEdit();
    } else {
        searchHistory(true);
        _isSearchBarEnabled = true;
    }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list