aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 07:48:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:11 +0800
commit509fe2614110ce545ce63f514f5c9d76fbc98303 (patch)
tree0726c359d1c782972da947a70ff142b97a509639 /mail
parentaa505e7fe9ab95e6dab95ee9a454c17d92d07eea (diff)
downloadgsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar.gz
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar.bz2
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar.lz
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar.xz
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.tar.zst
gsoc2013-evolution-509fe2614110ce545ce63f514f5c9d76fbc98303.zip
e_tree_new_from_spec_file: Remove unused "state_fn" parameter.
Diffstat (limited to 'mail')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index cf8f99ecc1..e5b1595a4f 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -3369,7 +3369,7 @@ message_list_construct (MessageList *message_list)
constructed = e_tree_construct_from_spec_file (
E_TREE (message_list),
E_TREE_MODEL (message_list),
- message_list->extras, etspecfile, NULL);
+ message_list->extras, etspecfile);
g_free (etspecfile);
adapter = e_tree_get_table_adapter (E_TREE (message_list));