]> gitweb.factorcode.org Git - factor.git/commitdiff
Help search in UI bug
authorslava <slava@factorcode.org>
Fri, 6 Oct 2006 08:20:36 +0000 (08:20 +0000)
committerslava <slava@factorcode.org>
Fri, 6 Oct 2006 08:20:36 +0000 (08:20 +0000)
TODO.FACTOR.txt
library/ui/tools/search.factor

index 3d6561dcbedf827818c3148e388b82781b27dd52..1e2299056e62c761b23450af5955157b810a41f4 100644 (file)
@@ -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:
 
index 5a8bd284ace1af1edeba3dcbe72a0d4881656ba1..1b69e441f955d818df8f3bc63b5f105ee0652f14 100644 (file)
@@ -68,7 +68,7 @@ M: live-search focusable-child* live-search-field ;
 : <help-search> ( string action -- gadget )
     \ first add*
     [ search-help ]
-    [ [ second ($link) ] make-pane ]
+    [ [ first ($link) ] make-pane ]
     <live-search> ;
 
 : file-completion. ( pair -- )