aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfolder-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/vfolder-context.c')
-rw-r--r--filter/vfolder-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/vfolder-context.c b/filter/vfolder-context.c
index ac2b2d50ef..9c2eee4278 100644
--- a/filter/vfolder-context.c
+++ b/filter/vfolder-context.c
@@ -54,7 +54,7 @@ vfolder_context_get_type (void)
(GInstanceInitFunc) vfolder_context_init,
};
- type = g_type_register_static (RULE_TYPE_CONTEXT, "VFolderContext", &info, 0);
+ type = g_type_register_static (RULE_TYPE_CONTEXT, "VfolderContext", &info, 0);
}
return type;