From: Sergio Villar Senin Date: Wed, 23 Jan 2008 08:48:14 +0000 (+0000) Subject: * Fixes some "Expunged" a strike-through message issues X-Git-Tag: git_migration_finished~1769 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8456d81c790c39f86e79fc28ccde1132f4564c1b * Fixes some "Expunged" a strike-through message issues pmo-trunk-r4080 --- diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 80abed1..03576fd 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -1940,6 +1940,11 @@ on_msg_count_changed (ModestHeaderView *header_view, modest_main_window_set_contents_style (main_window, MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS); } + + /* Finally refilter the model. Do this *after* setting the + contents style because otherwise we could get into troubles + with the "No messages to show" banner */ + modest_header_view_refilter (priv->header_view); }