fix compile error

db4
Doug Coleman 2009-04-17 11:21:30 -05:00
parent b994b9a4dc
commit e85d8c17ac
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ file-chooser H{
: line-selected-action ( file-chooser -- )
dup list>> list-value
dup directory?
[ fc-change-directory ] [ fc-load-file ] if ;
[ fc-change-directory ] [ fc-load-file ] if ; inline
: present-dir-element ( element -- string )
[ name>> ] [ directory? ] bi [ "-> " prepend ] when ;