]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGui.ml
useful comment
[helm.git] / matita / matita / matitaGui.ml
index c1e8e9fc57d19dd92e31ec1d6ab5decdd78f5f63..4dc6274a38742f5123b31c04dc924c00c0e2c608 100644 (file)
@@ -97,6 +97,8 @@ let interactive_uri_choice
       | uris -> return (Some (List.map NReference.reference_of_string uris)));
     connect_button dialog#uriChoiceAbortButton (fun _ -> return None);
     dialog#uriChoiceDialog#show ();
+    (* CSC: old Gtk2 code. Use #run instead. Look for similar code handling
+       other dialogs *)
     GtkThread.main ();
     (match !choices with 
     | None -> raise MatitaTypes.Cancel