]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaGui.ml
hidded publish-devel button, too dangerous for the casual user
[helm.git] / matita / matitaGui.ml
index 01ced58a75217a426518898853f77669fd0594ef..8eb54bb70c03e8e7f939b67737b30a003a04d35e 100644 (file)
@@ -860,6 +860,7 @@ class gui () =
                 (fun () -> MatitamakeLib.clean_development_in_bg refresh d)
               in
               ignore(clean ())));
+      (* publish button hidden, use command line 
       connect_button develList#publishButton 
         (locker (fun () -> 
           match get_devel_selected () with
@@ -868,6 +869,8 @@ class gui () =
               let publish = locker (fun () ->
                 MatitamakeLib.publish_development_in_bg refresh d) in
               ignore(publish ())));
+              *)
+      develList#publishButton#misc#hide ();
       connect_button develList#graphButton (fun () -> 
         match get_devel_selected () with
         | None -> ()