From a8cbf010b648340f1fe716f181bf06b0726554cc Mon Sep 17 00:00:00 2001 From: pboutill Date: Tue, 14 Jun 2011 20:45:13 +0000 Subject: Revert "Coqide now need lablgtk2.14.0" + Ide build system debugging We can be easily substitute Gdk.Windowing by a glance of configure work... This reverts commit 8b6f6b1c4b60e74dccd5d8c49bdd433e19d53bf4. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14208 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coqide_ui.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/coqide_ui.ml') diff --git a/ide/coqide_ui.ml b/ide/coqide_ui.ml index d3543cf2c..0d7c67acf 100644 --- a/ide/coqide_ui.ml +++ b/ide/coqide_ui.ml @@ -144,7 +144,7 @@ let init () = " - (if Gdk.Windowing.platform <> `QUARTZ then "" else "") + (if Coq_config.gtk_platform <> `QUARTZ then "" else "") (Buffer.contents (list_items "Tactic" Coq_commands.tactics)) (Buffer.contents (list_items "Template" Coq_commands.commands)) in -- cgit v1.2.3