summaryrefslogtreecommitdiff
path: root/gtk/gtktooltips.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-22 23:35:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-22 23:35:16 +0000
commite9a92e6e6e30f483b881ab33fae1ba6e1fc088b3 (patch)
treecf01d96ecb0fa960d1a444f636cf1086013633f0 /gtk/gtktooltips.c
parent1786fb0568e2b33604034332b4dc97737d3c2767 (diff)
downloadgtk+-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 'gtk/gtktooltips.c')
-rw-r--r--gtk/gtktooltips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c
index e747664e48..7700c5b8a9 100644
--- a/gtk/gtktooltips.c
+++ b/gtk/gtktooltips.c
@@ -206,6 +206,8 @@ gtk_tooltips_destroy (GtkObject *object)
}
gtk_tooltips_unset_tip_window (tooltips);
+
+ GTK_OBJECT_CLASS (parent_class)->destroy (object);
}
static void