]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.ml
* the auto AST now has the width
[helm.git] / helm / matita / matitaGui.ml
index 34cf20afa4eb42bb0232ee13cd680e9faf024137..8eec3244d29915ff57768b0acb1f0de7961c2cc4 100644 (file)
@@ -168,7 +168,7 @@ class gui () =
         (tac_w_term (A.Transitivity (loc, hole)));
       connect_button tbar#assumptionButton (tac (A.Assumption loc));
       connect_button tbar#cutButton (tac_w_term (A.Cut (loc, hole)));
-      connect_button tbar#autoButton (tac (A.Auto (loc,None)));
+      connect_button tbar#autoButton (tac (A.Auto (loc,None,None)));
       MatitaGtkMisc.toggle_widget_visibility
        ~widget:(self#main#tacticsButtonsHandlebox :> GObj.widget)
        ~check:self#main#tacticsBarMenuItem;