diff options
Diffstat (limited to 'shell/e-history.c')
-rw-r--r-- | shell/e-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-history.c b/shell/e-history.c index b9424e0b5a..d12a933241 100644 --- a/shell/e-history.c +++ b/shell/e-history.c @@ -66,7 +66,7 @@ impl_finalize (GObject *object) static void class_init (GObjectClass *object_class) { - parent_class = gtk_type_class (PARENT_TYPE); + parent_class = g_type_class_ref(PARENT_TYPE); object_class->finalize = impl_finalize; } |