X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaGui.ml;h=fde6ba1ae2d9abde9b6a2b13bd6cfab1217d8065;hb=74b3e5dbe1eebb48334494e9683838be183bdca0;hp=2d5d8fa0a70d802baffa0f131dbb6ecc9c7fce7c;hpb=cd4901e20d0702d234ab43558cc37b495cc9d499;p=helm.git diff --git a/helm/software/matita/matitaGui.ml b/helm/software/matita/matitaGui.ml index 2d5d8fa0a..fde6ba1ae 100644 --- a/helm/software/matita/matitaGui.ml +++ b/helm/software/matita/matitaGui.ml @@ -783,8 +783,8 @@ class gui () = notify_exn exc; unlock_world () in - thread_main (); - (* worker_thread := Some (Thread.create thread_main ()) *) + (*thread_main ();*) + worker_thread := Some (Thread.create thread_main ()) in let kill_worker = (* the following lines are from Xavier Leroy: http://alan.petitepomme.net/cwn/2005.11.08.html *)