]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/ui.factor
Merge OneEyed's patch
[factor.git] / basis / ui / ui.factor
index 33911542342a5a6ed3589d5714b18c71cc38bc8f..42885aecb70c7bb6145a4757aa41200b36c62b8c 100644 (file)
@@ -146,7 +146,7 @@ PRIVATE>
 : update-ui-loop ( -- )
     [ ui-running? ui-thread get-global self eq? and ]
     [ ui-notify-flag get lower-flag update-ui ]
-    [ ] while ;
+    while ;
 
 : start-ui-thread ( -- )
     [ self ui-thread set-global update-ui-loop ]