aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide.ml
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-06-09 09:29:03 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-06-09 09:29:03 +0000
commit2c1a2d07ab57e257ac84e3ab2c6706b47f52c68d (patch)
tree92b658358f2bcf8eddce0be337d6acaf5b9f95bc /ide/coqide.ml
parentbefd2a4bf35ee1f19b5705e061daf3320400501d (diff)
Ajout d'une option -with-geoproof à la configuration et à l'exécution
pour inhiber la gestion de Geoproof sous Coqide (qui peut poser des problèmes avec GTK < 2.6.0) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8932 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coqide.ml')
-rw-r--r--ide/coqide.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml
index 1fb1a6116..2d8291c14 100644
--- a/ide/coqide.ml
+++ b/ide/coqide.ml
@@ -3366,7 +3366,7 @@ let start () =
Command_windows.main ();
Blaster_window.main 9;
main files;
- ignore (Thread.create check_for_geoproof_input ());
+ if !Coq_config.with_geoproof then ignore (Thread.create check_for_geoproof_input ());
while true do
try
GtkThread.main ()