From 2c6a9eb6165b35a7ec4cfe6737f1f0befe300ff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Granjoux?= Date: Sat, 14 Sep 2013 10:35:53 +0200 Subject: [PATCH] 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 file 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 f0e53e4c0..d7e863c0c 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 -- 2.11.4.GIT