From fab5ec98f2adf04b55c36ed93281b7dbf24df399 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 6 Oct 2006 08:20:36 +0000 Subject: [PATCH] Help search in UI bug --- TODO.FACTOR.txt | 1 + library/ui/tools/search.factor | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 3d6561dcbe..1e2299056e 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -11,6 +11,7 @@ - better help result ranking - minibuffer should show a title - clean up listener's minibuffer-related code +- help search looks funny + ui: diff --git a/library/ui/tools/search.factor b/library/ui/tools/search.factor index 5a8bd284ac..1b69e441f9 100644 --- a/library/ui/tools/search.factor +++ b/library/ui/tools/search.factor @@ -68,7 +68,7 @@ M: live-search focusable-child* live-search-field ; : ( string action -- gadget ) \ first add* [ search-help ] - [ [ second ($link) ] make-pane ] + [ [ first ($link) ] make-pane ] ; : file-completion. ( pair -- )