diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-22 23:35:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-22 23:35:16 +0000 |
commit | e9a92e6e6e30f483b881ab33fae1ba6e1fc088b3 (patch) | |
tree | cf01d96ecb0fa960d1a444f636cf1086013633f0 /ChangeLog | |
parent | 1786fb0568e2b33604034332b4dc97737d3c2767 (diff) | |
download | gtk+-e9a92e6e6e30f483b881ab33fae1ba6e1fc088b3.tar.gz |
Fix bug 134982, reported by Morten Welinder:
Mon Feb 23 00:38:21 2004 Matthias Clasen <maclas@gmx.de>
Fix bug 134982, reported by Morten Welinder:
* gtk/gtkpathbar.c (gtk_path_bar_destroy):
* gtk/gtktooltips.c (gtk_tooltips_destroy):
* gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the
parent's ::destroy handler.
* gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the
parent's ::dispose handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Feb 23 00:38:21 2004 Matthias Clasen <maclas@gmx.de> + + Fix bug 134982, reported by Morten Welinder: + + * gtk/gtkpathbar.c (gtk_path_bar_destroy): + * gtk/gtktooltips.c (gtk_tooltips_destroy): + * gtk/gtkinvisible.c (gtk_invisible_destroy): Chain up to the + parent's ::destroy handler. + + * gdk/gdkdisplay.c (gdk_display_dispose): Chain up to the + parent's ::dispose handler. + Sat Feb 21 19:09:55 2004 Manish Singh <yosh@gimp.org> * gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE |