UI listener: Status bar now shows summary for vocabs that are not loaded

db4
Slava Pestov 2009-01-18 23:41:21 -06:00
parent 3a668a9457
commit 8509027428
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ completion-popup ;
[ one-word-elt <element-model> 1/3 seconds <delay> ] keep
'[
_ dup vocab-completion?
[ drop vocab ] [ interactor-use assoc-stack ] if
[ drop >vocab-link ] [ interactor-use assoc-stack ] if
] <filter> ;
: <interactor> ( output -- gadget )