diff options
author | Lin Ma <lin.ma@sun.com> | 2009-05-25 10:01:04 +0800 |
---|---|---|
committer | Lin Ma <lin.ma@sun.com> | 2009-05-25 10:01:04 +0800 |
commit | d0f887ddb144a69a85371041d1ad3640ab379ee8 (patch) | |
tree | 5a5383a47a285ab88f81721bd5f0ad2bd5d96a9e /README.in | |
parent | 48c8818fa2bc3b54cd7133781021f30535193ea5 (diff) | |
download | gtk+-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.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ====================== |