[anjuta] project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
- Date: Sun, 11 Nov 2012 10:12:50 +0000 (UTC)
commit f0298d649dbae15992f030128c7aa725dd9744dd
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sun Nov 11 11:11:04 2012 +0100
project-wizard: Fix vala ui path (bgo#686718 - wrong path of gui file of gtk-vala-application)
.../templates/vala-gtk/src/main.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/vala-gtk/src/main.vala b/plugins/project-wizard/templates/vala-gtk/src/main.vala
index 3d31b4f..268d3a8 100644
--- a/plugins/project-wizard/templates/vala-gtk/src/main.vala
+++ b/plugins/project-wizard/templates/vala-gtk/src/main.vala
@@ -20,8 +20,8 @@ public class Main : Object
* Uncomment this line when you are done testing and building a tarball
* or installing
*/
- //const string UI_FILE = Config.PACKAGE_DATA_DIR + "/" + "[+NameHLower+].ui";
- const string UI_FILE = "src/ui/[+NameHLower+].ui";
+ //const string UI_FILE = Config.PACKAGE_DATA_DIR + "/ui/" + "[+NameHLower+].ui";
+ const string UI_FILE = "src/[+NameHLower+].ui";
/* ANJUTA: Widgets declaration for [+NameHLower+].ui - DO NOT REMOVE */
[+ENDIF+]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]