From: Claudio Sacerdoti Coen Date: Tue, 3 Oct 2006 08:31:25 +0000 (+0000) Subject: Bug fixed: the script Menu was not locked as expected. X-Git-Tag: 0.4.95@7852~946 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=110e4208978098aab9ce066adc2fc95c045c207d;p=helm.git Bug fixed: the script Menu was not locked as expected. --- diff --git a/matita/matitaGui.ml b/matita/matitaGui.ml index 85d72ebe0..adb9bf753 100644 --- a/matita/matitaGui.ml +++ b/matita/matitaGui.ml @@ -415,11 +415,13 @@ class gui () = let lock_world _ = main#buttonsToolbar#misc#set_sensitive false; develList#buttonsHbox#misc#set_sensitive false; + main#scriptMenu#misc#set_sensitive false; source_view#set_editable false in let unlock_world _ = main#buttonsToolbar#misc#set_sensitive true; develList#buttonsHbox#misc#set_sensitive true; + main#scriptMenu#misc#set_sensitive true; source_view#set_editable true in let worker_thread = ref None in