All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qconf: fix showing help info on failed search
@ 2007-01-12 16:39 Cyrill V. Gorcunov
  0 siblings, 0 replies; only message in thread
From: Cyrill V. Gorcunov @ 2007-01-12 16:39 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel-list

qconf does not clear help text in search window
if previous search has been failed.

Signed-off-by: Cyrill V. Gorcunov <gorcunov@mail.ru>

---

diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
index c0ae0a7..f9a63a4 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -1247,6 +1247,7 @@ void ConfigSearchWindow::search(void)
 
 	free(result);
 	list->list->clear();
+	info->clear();
 
 	result = sym_re_search(editField->text().latin1());
 	if (!result)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-12 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 16:39 [PATCH] qconf: fix showing help info on failed search Cyrill V. Gorcunov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.