X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2FstyleConfiguration.ml;h=ff85de71826f4071b51fe929b2d98e873600733b;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=38bcc8e35a7e06e65caa44491e6b6c5c46579617;hpb=952ad2bf8ea4bea5999570f0f592f84bf30acd3f;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;;