summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-01-28 05:25:06 +0100
committerJavier Jardón <jjardon@gnome.org>2010-01-28 05:27:46 +0100
commitaa4255bfa61820e6475f1bc0ff103b7c53eb6a65 (patch)
tree91ded4175b9bca23bd3aaafbc1e8de8c9eaf4850
parent30dc79c3734e1ec1b1dd5674efa06eae96cad4f7 (diff)
downloadglade-aa4255bfa61820e6475f1bc0ff103b7c53eb6a65.tar.gz
README: Glade requires GTK+ >= 2.14
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598308
-rw-r--r--ChangeLog4
-rw-r--r--README2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dcbd946..934906ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-28 Javier Jardon <jjardon@gnome.org>
+
+ * README: Glade requires GTK+ >= 2.14
+
2009-11-09 Tristan Van Berkom <tvb@gnome.org>
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Disable default saving behaviour of order dependant
diff --git a/README b/README
index 089c6cba..1fd524f4 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ generated by Glade. (We do not consider the code generated by Glade to be
Requirements
~~~~~~~~~~~~
- o GTK+ 2.10.0 or above - http://www.gtk.org
+ o GTK+ 2.14.0 or above - http://www.gtk.org
You also need the glib, pango and atk libraries.
Make sure you have the devel packages as well, as these will contain the
header files which you will need to compile C applications.