From 907df00ad0ca6b1380f74eac62dc114a492849d6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 14 Nov 2011 22:03:42 -0500 Subject: Use CamelSExp instead of ESExp in filter, mail. --- filter/e-filter-part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/e-filter-part.c') diff --git a/filter/e-filter-part.c b/filter/e-filter-part.c index 0b31097d7c..2154699178 100644 --- a/filter/e-filter-part.c +++ b/filter/e-filter-part.c @@ -501,7 +501,7 @@ e_filter_part_expand_code (EFilterPart *part, #if 0 } else if ((val = g_hash_table_lookup (part->globals, name))) { g_string_append_printf (out, "%.*s", newstart-start, start); - e_sexp_encode_string (out, val); + camel_sexp_encode_string (out, val); #endif } else { g_string_append_printf (out, "%.*s", (gint)(end-start+1), start); -- cgit v1.2.3