From 05c04b5512f8e6cc73b7c9ddb78640212cbdd71d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 26 Jun 2013 11:59:40 -0400 Subject: ETableState: Add a "specification" construct-only property. ETableState now keeps a weak reference on the ETableSpecification to which it's associated. The plan is to replace the column index numbers with a direct reference to an ETableColumnSpecification from the spec. New functions: e_table_state_ref_specification() --- mail/e-mail-paned-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/e-mail-paned-view.c b/mail/e-mail-paned-view.c index 67cf5b90b1..c491db7150 100644 --- a/mail/e-mail-paned-view.c +++ b/mail/e-mail-paned-view.c @@ -934,7 +934,7 @@ mail_paned_view_update_view_instance (EMailView *view) spec, spec_filename); g_free (spec_filename); - state = e_table_state_new (); + state = e_table_state_new (spec); view = gal_view_etable_new (spec, ""); e_table_state_load_from_file ( -- cgit v1.2.3