aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-16 02:10:02 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-16 02:10:02 +0800
commitdf89536d526a82af8fffc98d91366ace946d2b90 (patch)
tree711dc31a174ec7e9114e24274748004ca4f1b221 /shell/e-storage-set-view.c
parentea623b5543210467497c9bcc68e0adc56c7cf40d (diff)
downloadgsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar.gz
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar.bz2
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar.lz
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar.xz
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.tar.zst
gsoc2013-evolution-df89536d526a82af8fffc98d91366ace946d2b90.zip
s/My Evolution/Summary/
svn path=/trunk/; revision=12058
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r--shell/e-storage-set-view.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index 461b05411d..370e11c104 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -1363,13 +1363,14 @@ 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 */
+ /* Storages, Summary (nee My Evolution) is the only special case for now */
+ g_print ("path: %s\n", path);
if (depth == 1 && !strcmp (path, "/summary")) { /* Storages */
folder_type_registry = e_storage_set_get_folder_type_registry (storage_set);
icon_pixbuf = e_folder_type_registry_get_icon_for_type (folder_type_registry,
- "My Evolution", TRUE);
+ "Summary", TRUE);
return icon_pixbuf;
}
/* Folders */
@@ -1461,7 +1462,7 @@ etree_value_at (ETreeModel *etree, ETreePath tree_path, int col, void *model_dat
}
if (col == 0)
- return _("My Evolution");
+ return _("Summary");
else
return (void *) TRUE;
}