]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/gobject-introspection/gobject-introspection.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / gobject-introspection / gobject-introspection.factor
index 61646275c881c77f1e49108f63f0d95f95c234d3..3d380cb68b7c58462625685beee2f173ac3f744d 100755 (executable)
@@ -39,7 +39,7 @@ M: gir-not-found summary
         current-vocab-dirs custom-gir-dirs system-gir-dirs
         3append sift :> paths
         paths [ path append-path exists? ] find nip
-        [ path append-path ] [ path paths throw-gir-not-found ] if*
+        [ path append-path ] [ path paths gir-not-found ] if*
     ] if ;
 
 : define-gir-vocab ( path -- )