From 66059e10b92f995aebd4611394e9dca03e54f3ba Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 17 Mar 2009 18:53:23 +0000 Subject: [PATCH] Use new show_message_count api to hide msg count in move to dialog pmo-trunk-r8100 --- src/hildon2/modest-platform.c | 2 ++ 1 file changed, 2 insertions(+) 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 ()); -- 1.7.9.5