[anjuta] project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
- Date: Sat, 14 Sep 2013 09:33:04 +0000 (UTC)
commit 2c6a9eb6165b35a7ec4cfe6737f1f0befe300ff8
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Sep 14 10:35:53 2013 +0200
project-wizard: bgo #707943 - Auto completion code when you click in the widget tree is broken
plugins/project-wizard/templates/gtk/src/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/gtk/src/main.c b/plugins/project-wizard/templates/gtk/src/main.c
index f0e53e4..d7e863c 100644
--- a/plugins/project-wizard/templates/gtk/src/main.c
+++ b/plugins/project-wizard/templates/gtk/src/main.c
@@ -19,12 +19,12 @@
[+IF (=(get "HaveBuilderUI") "1")+]
typedef struct _Private Private;
-static struct _Private
+struct _Private
{
/* ANJUTA: Widgets declaration for [+NameHLower+].ui - DO NOT REMOVE */
};
-static struct Private* priv = NULL;
+static Private* priv = NULL;
/* For testing purpose, define TEST to use the local (not installed) ui file */
#define TEST
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]