[anjuta] class-gen: Update ui file for vala classes
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] class-gen: Update ui file for vala classes
- Date: Mon, 27 Dec 2010 13:56:01 +0000 (UTC)
commit 55959e65db24db0a9254309d228f35685ad79069
Author: Johannes Schmid <jhs gnome org>
Date: Sun Dec 26 13:25:57 2010 +0100
class-gen: Update ui file for vala classes
plugins/class-gen/anjuta-class-gen-plugin.ui | 16 ++++++++--------
plugins/class-gen/window.c | 2 ++
2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/plugins/class-gen/anjuta-class-gen-plugin.ui b/plugins/class-gen/anjuta-class-gen-plugin.ui
index c832420..db11095 100644
--- a/plugins/class-gen/anjuta-class-gen-plugin.ui
+++ b/plugins/class-gen/anjuta-class-gen-plugin.ui
@@ -1998,7 +1998,7 @@
</packing>
</child>
<child>
- <object class="GtkTable" id="table2">
+ <object class="GtkTable" id="table4">
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">4</property>
@@ -2019,7 +2019,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label17">
+ <object class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Author Email Address:</property>
@@ -2048,7 +2048,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label18">
+ <object class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Author Name:</property>
@@ -2065,7 +2065,7 @@
<property name="visible">True</property>
<property name="model">model2</property>
<child>
- <object class="GtkCellRendererText" id="renderer2"/>
+ <object class="GtkCellRendererText" id="renderer3"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
@@ -2080,7 +2080,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label19">
+ <object class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">License:</property>
@@ -2093,7 +2093,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label20">
+ <object class="GtkLabel" id="label31">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Header File:</property>
@@ -2125,7 +2125,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label21">
+ <object class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Source File:</property>
@@ -2246,7 +2246,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label22">
+ <object class="GtkLabel" id="label33">
<property name="visible">True</property>
<property name="label" translatable="yes">Create</property>
</object>
diff --git a/plugins/class-gen/window.c b/plugins/class-gen/window.c
index 3c1c3a3..6f6a536 100644
--- a/plugins/class-gen/window.c
+++ b/plugins/class-gen/window.c
@@ -40,6 +40,8 @@
#define JS_SOURCE_TEMPLATE PACKAGE_DATA_DIR"/class-templates/js-source.tpl"
+#define VALA_SOURCE_TEMPLATE PACKAGE_DATA_DIR"/class-templates/vala-source.tpl"
+
typedef struct _CgWindowPrivate CgWindowPrivate;
struct _CgWindowPrivate
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]