summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-08-07 14:12:32 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-08-07 14:12:32 +0000
commit8371b465dc0919aadb99cf2aeae5623c65ebaa92 (patch)
tree9f746feee6dbd261477c629be4e7b36b72296fa3 /gtk/gtkclist.c
parent141af56c43c63d858203d52d4bddcfb5e63e2704 (diff)
downloadgtk+-8371b465dc0919aadb99cf2aeae5623c65ebaa92.tar.gz
gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c
2008-08-07 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.c * gtk/gtkcontainer.c * gtk/gtkfilechooserbutton.c * gtk/gtkgamma.c * gtk/gtkmenutoolbutton.c * gtk/gtkoptionmenu.c * gtk/gtkradiobutton.c * gtk/gtkradiomenuitem.c * gtk/gtktipsquery.c * gtk/gtktree.c * gtk/gtktreeview.c: chain up unconditionally in destroy(). * gtk/gtkhandlebox.c: remove empty destroy() implementation. svn path=/trunk/; revision=21035
Diffstat (limited to 'gtk/gtkclist.c')
-rw-r--r--gtk/gtkclist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index d4c274cb0e..d8350a3694 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -4402,8 +4402,7 @@ gtk_clist_destroy (GtkObject *object)
clist->column[i].button = NULL;
}
- if (GTK_OBJECT_CLASS (parent_class)->destroy)
- (*GTK_OBJECT_CLASS (parent_class)->destroy) (object);
+ GTK_OBJECT_CLASS (parent_class)->destroy (object);
}
static void