]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gestures/gestures.factor
disambiguate namespaces:set and sets:set.
[factor.git] / basis / ui / gestures / gestures.factor
index f92f8de63c6c3cb78edba29c54343b6690632754..dfe6cf9c970ea0c7d2801de68857d94d1a132e79 100644 (file)
@@ -269,10 +269,10 @@ SYMBOL: drag-timer
         dup multi-click? [
             hand-click# inc
         ] [
-            1 hand-click# set
+            1 hand-click# namespaces:set
         ] if
-        hand-last-button set
-        nano-count hand-last-time set
+        hand-last-button namespaces:set
+        nano-count hand-last-time namespaces:set
     ] with-global ;
 
 : update-clicked ( -- )