From: Jose Dapena Paz Date: Tue, 17 Mar 2009 18:53:23 +0000 (+0000) Subject: Use new show_message_count api to hide msg count in move to dialog X-Git-Tag: git_migration_finished~304 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=66059e10b92f995aebd4611394e9dca03e54f3ba Use new show_message_count api to hide msg count in move to dialog pmo-trunk-r8100 --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 6bef579..5b612c6 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -2656,6 +2656,8 @@ modest_platform_create_move_to_dialog (GtkWindow *parent_window, modest_folder_view_set_cell_style (MODEST_FOLDER_VIEW (*folder_view), MODEST_FOLDER_VIEW_CELL_STYLE_COMPACT); + modest_folder_view_show_message_count (MODEST_FOLDER_VIEW (*folder_view), + FALSE); tny_account_store_view_set_account_store (TNY_ACCOUNT_STORE_VIEW (*folder_view), (TnyAccountStore *) modest_runtime_get_account_store ());