aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-filter-context.c')
-rw-r--r--mail/em-filter-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-filter-context.c b/mail/em-filter-context.c
index fead5ec3c8..2885a4c20a 100644
--- a/mail/em-filter-context.c
+++ b/mail/em-filter-context.c
@@ -241,7 +241,7 @@ filter_context_new_element (ERuleContext *context,
return e_filter_int_new_type ("score", -3, 3);
if (strcmp (type, "source") == 0)
- return em_filter_source_element_new ();
+ return em_filter_source_element_new (priv->backend);
return E_RULE_CONTEXT_CLASS (em_filter_context_parent_class)->
new_element (context, type);