[geary/pantheon_mail: 22/32] use folder-tag and folder-documents



commit 58e9767cd43ae7fe90192456ea537f0ca9a1d2e2
Author: Daniel Foré <daniel elementary io>
Date:   Mon Nov 23 22:04:15 2015 -0800

    use folder-tag and folder-documents

 .../folder-list/folder-list-folder-entry.vala      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/folder-list/folder-list-folder-entry.vala 
b/src/client/folder-list/folder-list-folder-entry.vala
index 069b885..2d9d34e 100644
--- a/src/client/folder-list/folder-list-folder-entry.vala
+++ b/src/client/folder-list/folder-list-folder-entry.vala
@@ -49,13 +49,13 @@ public class FolderList.FolderEntry : FolderList.AbstractFolderEntry, Sidebar.In
 
         switch (folder.special_folder_type) {
             case Geary.SpecialFolderType.NONE:
-                return "tag";
+                return "folder-tag";
 
             case Geary.SpecialFolderType.INBOX:
                 return "mail-inbox";
 
             case Geary.SpecialFolderType.DRAFTS:
-                return "accessories-text-editor";
+                return "folder-documents";
 
             case Geary.SpecialFolderType.SENT:
                 return "mail-sent";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]