aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-08 17:40:02 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-08 17:40:02 +0800
commit98bb9f734876f6a8e0c10204f22003903c8b9e9f (patch)
treeffdf06d80474e9835193f569470f0f5aace3a8ce /shell
parentbbfda4227e6790fa945368cb5d4cb3d24e4da3d7 (diff)
downloadgsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar.gz
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar.bz2
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar.lz
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar.xz
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.tar.zst
gsoc2013-evolution-98bb9f734876f6a8e0c10204f22003903c8b9e9f.zip
Set the icon for the folder tree correctly.
2001-08-08 Jason Leach <jleach@ximian.com> * e-storage-set-view.c (etree_icon_at): Set the icon for the folder tree correctly. svn path=/trunk/; revision=11775
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-storage-set-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ee9bfd4b69..23363e5cc4 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-08 Jason Leach <jleach@ximian.com>
+
+ * e-storage-set-view.c (etree_icon_at): Set the icon for the
+ folder tree correctly.
+
2001-08-08 Ettore Perazzoli <ettore@ximian.com>
* evolution-shell-component.c
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index 305c292399..23e97ece8c 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -1386,7 +1386,7 @@ etree_icon_at (ETreeModel *etree,
path = (char*)e_tree_memory_node_get_data (E_TREE_MEMORY(etree), tree_path);
/* Storages, My Evolution is the only special case for now */
- if (depth == 1 && !strcmp (path, "/My Evolution")) { /* Storages */
+ if (depth == 1 && !strcmp (path, "/summary")) { /* Storages */
folder_type_registry = e_storage_set_get_folder_type_registry (storage_set);