From c9bd027ebae07f5f26bbd7bb450eef36f89180b8 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 17 Mar 2009 18:53:14 +0000 Subject: [PATCH] Set compact style in move to dialog pmo-trunk-r8098 --- 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 e7e3f67..6bef579 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -2654,6 +2654,8 @@ modest_platform_create_move_to_dialog (GtkWindow *parent_window, /* Create folder view */ *folder_view = modest_platform_create_folder_view (NULL); + modest_folder_view_set_cell_style (MODEST_FOLDER_VIEW (*folder_view), + MODEST_FOLDER_VIEW_CELL_STYLE_COMPACT); tny_account_store_view_set_account_store (TNY_ACCOUNT_STORE_VIEW (*folder_view), (TnyAccountStore *) modest_runtime_get_account_store ()); -- 1.7.9.5