[anjuta/gnome-3-4] project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-4] project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
- Date: Sun, 13 May 2012 12:56:55 +0000 (UTC)
commit 4adce53f3a400dbe484352df638a2f2f706e5eaa
Author: Johannes Schmid <jhs gnome org>
Date: Sun May 13 14:55:26 2012 +0200
project-wizard: Explicitely use 3.0 as interface version for ui files (bgo#675877)
.../templates/anjuta-plugin/src/plugin.ui | 1 +
.../project-wizard/templates/gtk/src/project.ui | 1 +
.../templates/gtkapplication/src/project.ui | 1 +
.../project-wizard/templates/gtkmm/src/project.ui | 1 +
.../templates/vala-gtk/src/project.ui | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui b/plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui
index 3241d92..9e58b0d 100644
--- a/plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui
+++ b/plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<interface>
<!-- interface-naming-policy project-wide -->
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="title" translatable="yes">window1</property>
<child>
diff --git a/plugins/project-wizard/templates/gtk/src/project.ui b/plugins/project-wizard/templates/gtk/src/project.ui
index 30e67a8..e6ef4b6 100644
--- a/plugins/project-wizard/templates/gtk/src/project.ui
+++ b/plugins/project-wizard/templates/gtk/src/project.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<interface>
<!-- interface-naming-policy project-wide -->
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="title" translatable="yes">window</property>
diff --git a/plugins/project-wizard/templates/gtkapplication/src/project.ui b/plugins/project-wizard/templates/gtkapplication/src/project.ui
index e20ac30..d1a293d 100644
--- a/plugins/project-wizard/templates/gtkapplication/src/project.ui
+++ b/plugins/project-wizard/templates/gtkapplication/src/project.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<interface>
<!-- interface-naming-policy project-wide -->
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="title" translatable="yes">window</property>
diff --git a/plugins/project-wizard/templates/gtkmm/src/project.ui b/plugins/project-wizard/templates/gtkmm/src/project.ui
index b18015e..d4e1592 100644
--- a/plugins/project-wizard/templates/gtkmm/src/project.ui
+++ b/plugins/project-wizard/templates/gtkmm/src/project.ui
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<interface>
<!-- interface-naming-policy project-wide -->
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="main_window">
<property name="visible">True</property>
<property name="title" translatable="yes">Hello World!</property>
diff --git a/plugins/project-wizard/templates/vala-gtk/src/project.ui b/plugins/project-wizard/templates/vala-gtk/src/project.ui
index 3e62f44..b73641a 100644
--- a/plugins/project-wizard/templates/vala-gtk/src/project.ui
+++ b/plugins/project-wizard/templates/vala-gtk/src/project.ui
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="can_focus">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]