aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c
index 072ff580b1..e552073c97 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -43,7 +43,7 @@
#define PARENT_TYPE BONOBO_X_OBJECT_TYPE
-static GtkObjectClass *parent_class = NULL;
+static BonoboXObjectClass *parent_class = NULL;
struct _UserCreatableItemType {
char *id;
@@ -724,7 +724,7 @@ destroy (GtkObject *object)
g_free (priv);
- parent_class->destroy (object);
+ (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}