aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r--mail/em-folder-view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index 56efc8c345..80bcd32245 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -541,7 +541,9 @@ emfv_setup_view_instance(EMFolderView *emfv)
etspecfile = g_build_filename (EVOLUTION_ETSPECDIR,
"message-list.etspec",
NULL);
- e_table_specification_load_from_file (spec, etspecfile);
+ if (!e_table_specification_load_from_file (spec, etspecfile))
+ g_error ("Unable to load ETable specification file "
+ "for mail");
g_free (etspecfile);
factory = gal_view_factory_etable_new (spec);