X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaGui.ml;h=7e2b0401bbc41659bc60e8a9f0e1c4735efa6450;hb=e082eec771e24842f29a01fa258f7c80bc2db599;hp=ad34b7a5773c85aa87ee5bebe025f6e977ce0707;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git diff --git a/matita/matita/matitaGui.ml b/matita/matita/matitaGui.ml index ad34b7a57..7e2b0401b 100644 --- a/matita/matita/matitaGui.ml +++ b/matita/matita/matitaGui.ml @@ -169,7 +169,7 @@ class interpErrorModel = tree_store#clear (); let idx1 = ref ~-1 in List.iter - (fun _,lll -> + (fun (_,lll) -> incr idx1; let loc_row = if List.length choices = 1 then @@ -196,7 +196,7 @@ class interpErrorModel = Some loc_row) in let idx2 = ref ~-1 in List.iter - (fun passes,envs_and_diffs,_,_ -> + (fun (passes,envs_and_diffs,_,_) -> incr idx2; let msg_row = if List.length lll = 1 then @@ -375,7 +375,7 @@ let interactive_error_interp ~all_passes String.concat "\n" ("" :: List.map - (fun k,desc -> + (fun (k,desc) -> let alias = match k with | DisambiguateTypes.Id id -> @@ -716,7 +716,6 @@ class gui () = "apply rule (∃#e (…) {…} […] (…));\n\t[\n\t|\n\t]\n"); - let module Hr = Helm_registry in MatitaGtkMisc.toggle_callback ~check:main#fullscreenMenuItem ~callback:(function | true -> main#toplevel#fullscreen ()