[glade3] Introspect lowest possible GTK+ dependancy if the dependancy information is missing
- From: Tristan Van Berkom <tvb src gnome org>
- To: svn-commits-list gnome org
- Subject: [glade3] Introspect lowest possible GTK+ dependancy if the dependancy information is missing
- Date: Mon, 22 Jun 2009 21:37:25 -0400 (EDT)
commit e4139f37b4d4108575fa135fa5423bd47e21ff8e
Author: Tristan Van Berkom <vantr TheBully local>
Date: Mon Jun 22 21:34:47 2009 -0400
Introspect lowest possible GTK+ dependancy if the dependancy information is missing
* gladeui/glade-project.c: Added algorythm to introspect lowest possible
version of GTK+ to depend on for a project, this helps cases where the
versioning data is missing, instead of defaulting to latest which may
cause problems for people specifically targetting GTK+ 2.12 (bug 586046).
* plugins/gtk+/gtk+.xml.in: Mark accel-groups property as since GTK+ 2.16.
ChangeLog | 7 +++++++
plugins/gtk+/gtk+.xml.in | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cd7dfe3..9a252d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
* gladeui/glade-app.c, gladeui/Makefile.am: Find quartz specific runtime prefix
using ige_mac_bundle_get_path().
+ * gladeui/glade-project.c: Added algorythm to introspect lowest possible
+ version of GTK+ to depend on for a project, this helps cases where the
+ versioning data is missing, instead of defaulting to latest which may
+ cause problems for people specifically targetting GTK+ 2.12 (bug 586046).
+
+ * plugins/gtk+/gtk+.xml.in: Mark accel-groups property as since GTK+ 2.16.
+
2009-06-20 Tristan Van Berkom <tvb gnome org>
* plugins/gtk+/gtk+.xml.in: Make GtkMessageDialog texts translatable (bug 586063)
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 9618369..4cfddec 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -341,7 +341,7 @@ embedded in another object</_tooltip>
<properties>
<!-- Virtual accel-groups property to record accel groups -->
- <property id="accel-groups" name="Accel Groups" ignore="True" save="False" weight="0.5">
+ <property id="accel-groups" name="Accel Groups" ignore="True" since="2.16" save="False" weight="0.5">
<parameter-spec>
<type>GladeParamObjects</type>
<value-type>GtkAccelGroup</value-type>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]