Set compact style in move to dialog
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Mar 2009 18:53:14 +0000 (18:53 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Mar 2009 18:53:14 +0000 (18:53 +0000)
pmo-trunk-r8098

src/hildon2/modest-platform.c

index e7e3f67..6bef579 100644 (file)
@@ -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 ());