[anjuta] Fix bug #581074



commit e7cf644527bd8db0b460c4cd86bae16beb80f321
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun May 3 21:00:36 2009 +0200

    Fix bug #581074
    
    Creating a new wxWidgets project should not include libglade
---
 plugins/project-wizard/templates/wxwin.wiz |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/plugins/project-wizard/templates/wxwin.wiz b/plugins/project-wizard/templates/wxwin.wiz
index 9c7d5d8..9f0a926 100644
--- a/plugins/project-wizard/templates/wxwin.wiz
+++ b/plugins/project-wizard/templates/wxwin.wiz
@@ -21,8 +21,6 @@
 	<property type="hidden" name="NameCUpper" default="[+(string->c-name! (string-substitute (string-upcase (get "Name")) " " "_"))+]"/>
 	<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 libglade-2.0"/>
 	<property type="directory" name="Destination" _label="Destination:" _description="" default="[+AnjutaProjectDirectory+]/[+(string-downcase (get "Name"))+]" mandatory="yes" exist="no" summary="yes"/>
 	<property type="list" name="License" _label="License" _description="Select code license" default="GPL" editable="no">
 		<item name="GPL" _label="General Public License (GPL)"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]