[frogr] Back to requiring GTK+ 2.14 instead of 2.16
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Back to requiring GTK+ 2.14 instead of 2.16
- Date: Sat, 9 Jul 2011 09:26:27 +0000 (UTC)
commit ab4a8b4142032d79512f364ff58ca1c093041532
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sat Jul 9 11:25:39 2011 +0200
Back to requiring GTK+ 2.14 instead of 2.16
configure.ac | 2 +-
data/gtkbuilder/frogr-main-view.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 39e6e0f..6537ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ else
with_gtk=2.0
fi
-GTK2_MIN_VERSION=2.16
+GTK2_MIN_VERSION=2.14
case "$with_gtk" in
2.0) GTK_MIN_VERSION=$GTK2_MIN_VERSION
GTK_API_VERSION=2.0
diff --git a/data/gtkbuilder/frogr-main-view.xml b/data/gtkbuilder/frogr-main-view.xml
index 5f51c22..5fea2f1 100644
--- a/data/gtkbuilder/frogr-main-view.xml
+++ b/data/gtkbuilder/frogr-main-view.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <requires lib="gtk+" version="2.16"/>
+ <!-- interface-requires gtk+ 2.14 -->
+ <!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAction" id="about_action">
<property name="label" translatable="yes">_About</property>
<property name="stock_id">gtk-about</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]