summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorLin Ma <lin.ma@sun.com>2009-05-25 10:01:04 +0800
committerLin Ma <lin.ma@sun.com>2009-05-25 10:01:04 +0800
commitd0f887ddb144a69a85371041d1ad3640ab379ee8 (patch)
tree5a5383a47a285ab88f81721bd5f0ad2bd5d96a9e /README.in
parent48c8818fa2bc3b54cd7133781021f30535193ea5 (diff)
downloadgtk+-d0f887ddb144a69a85371041d1ad3640ab379ee8.tar.gz
Fix GtkTooltip destroy the custom widget
Fixed 576091, Custom_widget does not get destroyed when the tooltip goes away. Add a release note for this fix.
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 6d81355472..3e2d7da727 100644
--- a/README.in
+++ b/README.in
@@ -27,6 +27,14 @@ Installation
See the file 'INSTALL'
+Release notes for 2.18
+======================
+
+* gtk_tooltip_set_custom now accept a NULL custom_widget to unset the
+ old custom_widget. Custom_widget does not get destroyed when the
+ tooltip goes away.
+
+
Release notes for 2.16
======================