]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix handler
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 1 Sep 2008 00:23:04 +0000 (19:23 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 1 Sep 2008 00:23:04 +0000 (19:23 -0500)
basis/ui/gadgets/handler/handler.factor

index 1ad50630135cec6c5b8533abfc51971ff54de2ba..1c1214259339832fb69728ef4ce633ffbbea4ca3 100644 (file)
@@ -8,4 +8,4 @@ TUPLE: handler < wrapper table ;
 : <handler> ( child -- handler ) handler new-wrapper ;
 
 M: handler handle-gesture ( gesture gadget -- ? )
-   over table>> at dup [ call f ] [ 2drop t ] if ;
\ No newline at end of file
+   tuck table>> at dup [ call f ] [ 2drop t ] if ;
\ No newline at end of file