X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2FstyleConfiguration.ml;h=ff85de71826f4071b51fe929b2d98e873600733b;hb=f06e2c5a7757ef9dc8cd55fa759cbc48616cb508;hp=38bcc8e35a7e06e65caa44491e6b6c5c46579617;hpb=ef8d99e27438595b185d7a31c7bc01859067b5b8;p=helm.git diff --git a/helm/interface/styleConfiguration.ml b/helm/interface/styleConfiguration.ml index 38bcc8e35..ff85de718 100644 --- a/helm/interface/styleConfiguration.ml +++ b/helm/interface/styleConfiguration.ml @@ -17,7 +17,7 @@ let filename = let xml = "style-configuration.xml" in let tmp_xml = Configuration.tmp_dir ^ "/" ^ xml in let request_xml = Configuration.getter_url ^ "getstyleconf?uri=" ^ xml in - Getter.raw_get request_xml tmp_xml ; + ClientHTTP.get_and_save request_xml tmp_xml ; tmp_xml exception Warnings;;