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 /gtk/gtkpathbar.c | |
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 'gtk/gtkpathbar.c')
-rw-r--r-- | gtk/gtkpathbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index f1aa776366..e377e5598f 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -106,6 +106,8 @@ gtk_path_bar_destroy (GtkObject *object) path_bar = GTK_PATH_BAR (object); g_free ((void *) path_bar->path); + + GTK_OBJECT_CLASS (gtk_path_bar_parent_class)->destroy (object); } /* Size requisition: |