summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-09-09 04:31:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-09-09 04:31:20 +0000
commitff8393e9646b7865ad3de2f21e88dfbe72e308a1 (patch)
tree42c24570cfd6f1d43b4a377a35e6fb441cb723b0 /README.in
parent18475a4aa3a7a8bffc63a02aef16489b93c27220 (diff)
downloadgtk+-ff8393e9646b7865ad3de2f21e88dfbe72e308a1.tar.gz
Add a note about bug 463772
svn path=/trunk/; revision=18766
Diffstat (limited to 'README.in')
-rw-r--r--README.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.in b/README.in
index bca64bae7b..ffb8d14f02 100644
--- a/README.in
+++ b/README.in
@@ -130,6 +130,13 @@ Release notes for 2.12
GtkCellRendererToggle has changed its size from 11 to 13 and is now
consistent with menus and toggle buttons.
+* GTK+ has always required that gtk_init() (or a variant thereof) is
+ called before any other GTK+ function. Some applications call functions
+ like gtk_clipboard_get() to check if they need to call gtk_init(),
+ anyway. A change in GLib 2.14 has recently broken this unsupported
+ practise. It is worth pointing out that calling gtk_init() twice
+ does no harm.
+
Release notes for 2.10
======================