[anjuta] project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong	path of gui file of gtk-vala-application)
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [anjuta] project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong	path of gui file of gtk-vala-application)
- Date: Wed, 31 Oct 2012 11:12:33 +0000 (UTC)
commit a7272dac2a26a94c3b38ce180c7171274f36b6c7
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Oct 31 11:52:41 2012 +0100
    project-wizard: Fix vala ui path (bgo#Bug 686718 - wrong path of gui file of gtk-vala-application)
 .../templates/vala-gtk/src/main.vala               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/project-wizard/templates/vala-gtk/src/main.vala b/plugins/project-wizard/templates/vala-gtk/src/main.vala
index 44881ce..3d31b4f 100644
--- a/plugins/project-wizard/templates/vala-gtk/src/main.vala
+++ b/plugins/project-wizard/templates/vala-gtk/src/main.vala
@@ -21,7 +21,7 @@ public class Main : Object
 	 * or installing
 	 */
 	//const string UI_FILE = Config.PACKAGE_DATA_DIR + "/" + "[+NameHLower+].ui";
-	const string UI_FILE = "src/[+NameHLower+].ui";
+	const string UI_FILE = "src/ui/[+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]