aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-context.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-01 00:29:42 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:22 +0800
commit584486a9158af9e05f0bef5185026ea2fa710a6f (patch)
tree63fb8427800337cf756c9f08d097ebc908c9a72b /mail/em-filter-context.c
parent74b64d63f6389a734be990040270ceb1c1bea158 (diff)
downloadgsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.gz
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.zst
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.zip
EMFilterSourceElement: Add an EMailBackend constructor property.
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);