From: "Cyrill V. Gorcunov" qconf does not clear help text in search window if previous search has been failed. Signed-off-by: Cyrill V. Gorcunov Cc: Roman Zippel Cc: Sam Ravnborg Signed-off-by: Andrew Morton --- scripts/kconfig/qconf.cc | 1 + 1 files changed, 1 insertion(+) diff -puN scripts/kconfig/qconf.cc~qconf-fix-showing-help-info-on-failed-search scripts/kconfig/qconf.cc --- a/scripts/kconfig/qconf.cc~qconf-fix-showing-help-info-on-failed-search +++ a/scripts/kconfig/qconf.cc @@ -1248,6 +1248,7 @@ void ConfigSearchWindow::search(void) free(result); list->list->clear(); + info->clear(); result = sym_re_search(editField->text().latin1()); if (!result) _