diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 18:19:28 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:21 +0800 |
commit | 033bed834eb7e9b8fa61329998f23b2686c33d93 (patch) | |
tree | 8115124d9bb6e27b6e6ff379091f3fba4536dd43 /mail | |
parent | 3b3b6cb0abf2bab0a145df00184fc96677870ec8 (diff) | |
download | gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar.gz gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar.bz2 gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar.lz gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar.xz gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.tar.zst gsoc2013-evolution-033bed834eb7e9b8fa61329998f23b2686c33d93.zip |
Bug #632768 - Message list not realized when opening new folder
Diffstat (limited to 'mail')
-rw-r--r-- | mail/message-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index f46a88e243..3c30fde87a 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1907,7 +1907,7 @@ static ECell * create_composite_cell (gint col) cell_hbox = e_cell_hbox_new (); /* Exclude the meeting icon. */ - cell_attach = e_cell_toggle_new (attachment_icons, 2); + cell_attach = e_cell_toggle_new (attachment_icons, G_N_ELEMENTS (attachment_icons)); cell_date = e_cell_date_new (NULL, GTK_JUSTIFY_RIGHT); e_cell_date_set_format_component (E_CELL_DATE (cell_date), "mail"); |