aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfolder-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/vfolder-editor.c')
-rw-r--r--filter/vfolder-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/vfolder-editor.c b/filter/vfolder-editor.c
index d24ec714e2..ea84300668 100644
--- a/filter/vfolder-editor.c
+++ b/filter/vfolder-editor.c
@@ -73,7 +73,7 @@ vfolder_editor_class_init (VfolderEditorClass *klass)
GtkObjectClass *object_class = (GtkObjectClass *) klass;
RuleEditorClass *re_class = (RuleEditorClass *) klass;
- parent_class = gtk_type_class (rule_editor_get_type ());
+ parent_class = g_type_class_ref(rule_editor_get_type ());
gobject_class->finalize = vfolder_editor_finalise;