aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-local-folder.c')
-rw-r--r--shell/e-local-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c
index 4ba4466922..44de45cef6 100644
--- a/shell/e-local-folder.c
+++ b/shell/e-local-folder.c
@@ -378,7 +378,7 @@ class_init (ELocalFolderClass *klass)
{
GObjectClass *object_class;
- parent_class = gtk_type_class (e_folder_get_type ());
+ parent_class = g_type_class_ref(e_folder_get_type ());
object_class = G_OBJECT_CLASS (klass);
object_class->finalize = impl_finalize;