From ec580f3b749b412d1fcd0c704c552d57ecddd5e9 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 11 Jul 2007 15:52:47 +0000 Subject: [PATCH] * src/modest-init.c: * Now we set properly the default settings of the columns and we don't set random values due to random array values (fixes NB#62593). pmo-trunk-r2711 --- src/modest-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-init.c b/src/modest-init.c index 08aec37..5ef1a0f 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -319,7 +319,7 @@ save_header_settings (ModestConf *conf, TnyFolderType type, if ( col_num > 0 ) { gint sort_col_id; - if (cols[i].col == MODEST_HEADER_VIEW_COLUMN_COMPACT_HEADER_OUT) + if (cols[0].col == MODEST_HEADER_VIEW_COLUMN_COMPACT_HEADER_OUT) sort_col_id = TNY_GTK_HEADER_LIST_MODEL_DATE_SENT_TIME_T_COLUMN; else sort_col_id = TNY_GTK_HEADER_LIST_MODEL_DATE_RECEIVED_TIME_T_COLUMN; -- 1.7.9.5