Set remote folder icon in the place it was still missing.
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 1 Jun 2009 08:04:37 +0000 (10:04 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 1 Jun 2009 08:04:37 +0000 (10:04 +0200)
src/hildon2/modest-platform.c

index 5ca70eb..e1654a2 100644 (file)
@@ -809,7 +809,7 @@ get_image_for_folder_store (TnyFolderStore *store,
                                icon_name = MODEST_FOLDER_ICON_INBOX;
                                break;
                        default:
-                               icon_name = MODEST_FOLDER_ICON_ACCOUNT;
+                               icon_name = MODEST_FOLDER_ICON_REMOTE_FOLDER;
                        }
                } else if (modest_tny_folder_is_local_folder (TNY_FOLDER (store))) {
                        switch (type) {