Skip to content

Commit

Permalink
[PATCH] qconf: fix showing help info on failed search
Browse files Browse the repository at this point in the history
qconf does not clear help text in search window if previous search has been
failed.

Signed-off-by: Cyrill V. Gorcunov <gorcunov@mail.ru>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Cyrill V. Gorcunov authored and Linus Torvalds committed Feb 14, 2007
1 parent 66e7c72 commit 786fb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ void ConfigSearchWindow::search(void)

free(result);
list->list->clear();
info->clear();

result = sym_re_search(editField->text().latin1());
if (!result)
Expand Down

0 comments on commit 786fb18

Please sign in to comment.