From: José Dapena Paz Date: Wed, 10 Feb 2010 18:11:36 +0000 (+0100) Subject: Set header list model to load more responsive, using the new X-Git-Url: http://vcs.maemo.org/git/?p=modest;a=commitdiff_plain;h=24e392d70eda5725d60701861dc214ee7f47498c Set header list model to load more responsive, using the new tinymail method tny_gtk_header_list_model_set_update_in_batches Fixes NB#155972 --- diff --git a/src/widgets/modest-header-view.c b/src/widgets/modest-header-view.c index eb20ff3..03568b9 100644 --- a/src/widgets/modest-header-view.c +++ b/src/widgets/modest-header-view.c @@ -1169,6 +1169,7 @@ modest_header_view_set_folder_intern (ModestHeaderView *self, priv = MODEST_HEADER_VIEW_GET_PRIVATE(self); headers = TNY_LIST (tny_gtk_header_list_model_new ()); + tny_gtk_header_list_model_set_update_in_batches (TNY_GTK_HEADER_LIST_MODEL (headers), 300); /* Start the monitor in the callback of the tny_gtk_header_list_model_set_folder call. It's crucial to