graphviz.render: forgot to change open-file to open-item

char-rename
Björn Lindqvist 2016-12-18 16:02:25 +01:00
parent 663697f058
commit b3a9293ba1
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ PRIVATE>
[ image-window ] with-preview ;
: preview-open ( graph -- )
[ open-file 1 seconds sleep ] with-preview ;
[ open-item 1 seconds sleep ] with-preview ;
<PRIVATE