]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguate.ml
added extra "id" parameter for input_or_locate_uri callback
[helm.git] / helm / ocaml / cic_disambiguation / disambiguate.ml
index 139a6417a3c33c6f6f4fb4328794ac4802a5195c..92b081c4841b00833727309e69b9787bbc41ed3e 100644 (file)
@@ -407,7 +407,7 @@ module Make (C: Callbacks) =
        match uris with
         | [] ->
            [UriManager.string_of_uri (C.input_or_locate_uri
-            ~title:("URI matching \"" ^ id ^ "\" unknown."))]
+            ~title:("URI matching \"" ^ id ^ "\" unknown.") ~id)]
         | [uri] -> [uri]
         | _ ->
             C.interactive_user_uri_choice ~selection_mode:`MULTIPLE