A search URL is never local, so this part of the code was never reached, resulting in raw baloosearch or filenamesearch URLs showing up as window and tab title
Details
Details
- Reviewers
elvisangelaccio hallas ngraham - Group Reviewers
Dolphin - Commits
- R318:0483b8a77f85: Fix window / tab caption in search mode
Apparently only in master, I recall there was a bug about this recently?
Ran search for "test", got a window and tab title of "Search for test" instead of "baloosearch:json=blablabla" or "filenamesearch:?search=test"
Diff Detail
Diff Detail
- Repository
- R318 Dolphin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/dolphinviewcontainer.cpp | ||
---|---|---|
429 ↗ | (On Diff #42370) | This condition doesn't work for non-active tabs (m_searchBox->isVisible()) but this is a separate bug |