[anjuta] project-wizard: Fix gtk+-3.0 in gtk wizard
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Fix gtk+-3.0 in gtk wizard
- Date: Sat, 4 Dec 2010 15:02:56 +0000 (UTC)
commit 6641a988bff97429ad28f28383131fb12b0d9ce8
Author: Johannes Schmid <jhs gnome org>
Date: Sat Dec 4 16:02:47 2010 +0100
project-wizard: Fix gtk+-3.0 in gtk wizard
plugins/project-wizard/templates/gtk.wiz.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtk.wiz.in b/plugins/project-wizard/templates/gtk.wiz.in
index 2bab502..efb1c29 100644
--- a/plugins/project-wizard/templates/gtk.wiz.in
+++ b/plugins/project-wizard/templates/gtk.wiz.in
@@ -31,7 +31,7 @@
<property type="hidden" name="NameCLower" default='[+(string->c-name! (string-substitute (string-downcase (get "Name")) " " "_"))+]'/>
<property type="hidden" name="NameHLower" default='[+(string-substitute (string->c-name! (string-downcase (get "Name"))) " " "-")+]'/>
<property type="hidden" name="HavePackage" default="1"/>
- <property type="hidden" name="PackageModule1" default="gtk+-2.0 >= 2.16"/>
+ <property type="hidden" name="PackageModule1" default="gtk+-3.0 >= 2.90.3"/>
<property type="boolean" name="HaveLangCPP" _label="Add C++ support:" _description="Adds C++ support to the project so that C++ source files can be built" default="0"/>
<property type="boolean" name="HaveI18n" _label="Add internationalization:" _description="Adds support for internationalization so that your project can have translations in different languages" default="1"/>
<property type="boolean" name="HaveSharedlib" _label="Add shared library support:" _description="Adds support for building shared libraries in your project" default="1"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]