From df89536d526a82af8fffc98d91366ace946d2b90 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 15 Aug 2001 18:10:02 +0000 Subject: s/My Evolution/Summary/ svn path=/trunk/; revision=12058 --- shell/ChangeLog | 6 ++++++ shell/e-storage-set-view.c | 7 ++++--- shell/e-summary-storage.c | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index f390c83f56..8b7784fceb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-08-15 Iain Holmes + + * e-summary-storage.c: s/My Evolution/Summary + + * e-storage-set-view.c: s/My Evolution/Summary + 2001-08-15 Jason Leach * Evolution-Shell.idl: Add a new IDL function, 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; } diff --git a/shell/e-summary-storage.c b/shell/e-summary-storage.c index 5d18fa3b36..200aee1a6b 100644 --- a/shell/e-summary-storage.c +++ b/shell/e-summary-storage.c @@ -75,7 +75,7 @@ impl_get_name (EStorage *storage) static const char * impl_get_display_name (EStorage *storage) { - return _("My Evolution"); + return _("Summary"); } @@ -116,7 +116,7 @@ e_summary_storage_new (void) storage = gtk_type_new (e_summary_storage_get_type ()); - e_storage_construct (storage, "/", "My Evolution"); + e_storage_construct (storage, "/", "Summary"); return storage; } -- cgit v1.2.3