]> gitweb.factorcode.org Git - factor.git/commitdiff
fix tutorial button
authorSlava Pestov <slava@factorcode.org>
Sat, 3 Sep 2005 22:44:45 +0000 (22:44 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 3 Sep 2005 22:44:45 +0000 (22:44 +0000)
library/ui/panes.factor

index 4df0121db25feb935c7f41f48bb2676b01a1baf0..fc847fbc8385e624749cfe1cebd43d1453d8b312 100644 (file)
@@ -46,7 +46,8 @@ SYMBOL: structured-input
 : pane-call ( quot pane -- )
     2dup [ elements. ] with-stream*
     >r structured-input global set-hash
-    "structured-input global hash call" r> pane-eval ;
+    "\"structured-input\" \"gadgets-panes\" lookup global hash call"
+    r> pane-eval ;
 
 : editor-commit ( editor -- line )
     #! Add current line to the history, and clear the editor.