]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/gtk/gtk.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / ui / backend / gtk / gtk.factor
index 3446ff22f484c9c676603c9e865d7e022c5416bb..c9a46f99ea17cbad15dff37d2b9ff3dd983f02a5 100644 (file)
@@ -186,7 +186,7 @@ icon-data [ default-icon-data ] initialize
     dup vocab-dir { "icon.png" "icon.ico" } [
         append-path vocab-append-path
     ] 2with map default-icon-path suffix
-    [ exists? ] find nip binary file-contents ;
+    [ file-exists? ] find nip binary file-contents ;
 
 : load-icon ( -- )
     icon-data get [