| Summary: | Konsole crashed when trying to search | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Julio J. <julioelpoeta> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | crash | CC: | a.samirh78 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 2.12 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Julio J.
2014-02-13 02:10:06 UTC
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;
}
}
KDE4/Konsole4 is no longer maintained. Reopen if you can still reproduce this issue with a current Konsole version. |