diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 18:19:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-03 18:19:28 +0800 |
commit | 0d4a84a5fe468d3f4c623501ac1943fc1c9f91f8 (patch) | |
tree | d0301de351cca64011500f3f327702856af9f6c0 /mail/message-list.c | |
parent | c2b2e863cb97b6203b1be955a52096166462da8e (diff) | |
download | gsoc2013-evolution-0d4a84a5fe468d3f4c623501ac1943fc1c9f91f8.tar.gz gsoc2013-evolution-0d4a84a5fe468d3f4c623501ac1943fc1c9f91f8.tar.zst gsoc2013-evolution-0d4a84a5fe468d3f4c623501ac1943fc1c9f91f8.zip |
Bug #632768 - Message list not realized when opening new folder
Diffstat (limited to 'mail/message-list.c')
-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"); |