]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
Bug fixed: added a _undoable_action critical section to the reset method of
[helm.git] / helm / matita / matitaScript.mli
index 8c776685a5a2b457993df59d3e90170cd4f6650b..a44d615d2b012cf322910a613e13dd76974b4cbd 100644 (file)
@@ -76,7 +76,7 @@ end
   (** @param set_star callback used to set the modified symbol (usually a star
    * "*") on the side of a script name *)
 val script: 
-  view:GText.view -> 
+  source_view:GSourceView.source_view -> 
   init:MatitaTypes.status -> 
   mathviewer: MatitaTypes.mathViewer-> 
   urichooser: (UriManager.uri list -> UriManager.uri list) ->