]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGui.ml
- labelled sequential reduction started ...
[helm.git] / matita / matita / matitaGui.ml
index d009a63f6f43646846a782265bb276743325e708..0ecede6227638f2a6dd304c35704491395d9617a 100644 (file)
@@ -774,7 +774,7 @@ class gui () =
       main#unicodeAsTexMenuItem#set_active
         (Helm_registry.get_bool "matita.paste_unicode_as_tex");
         (* log *)
-      HLog.set_log_callback self#console#log_callback;
+      HLog.set_log_callback (fun tag msg -> GtkThread.async (self#console#log_callback tag) msg);
       GtkSignal.user_handler :=
         (function 
         | MatitaScript.ActionCancelled s -> HLog.error s