From: Jose Dapena Paz Date: Mon, 1 Jun 2009 08:04:37 +0000 (+0200) Subject: Set remote folder icon in the place it was still missing. X-Git-Tag: 3.0.17-rc10~29 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=387dda93cce82fdca5a81b3eefaa6e3830d74a3f;p=modest Set remote folder icon in the place it was still missing. --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 5ca70eb..e1654a2 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -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) {