aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2001-04-04 07:24:50 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-04-04 07:24:50 +0800
commitc7179850dc119bd6c1a250b5892eee28a92c3e58 (patch)
treedd67e64c677e088c7ad956f1d524ac17c0059f47 /executive-summary
parentf92d62bc5327ede72411225018f577caf690421e (diff)
downloadgsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.gz
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.bz2
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.lz
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.xz
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.tar.zst
gsoc2013-evolution-c7179850dc119bd6c1a250b5892eee28a92c3e58.zip
Executive summary and Trash now have nice icons both in tree/folder title and
shortcut bar. Converted and replaced icons for trash and summary: exec-16-summary.xpm => evolution-today-mini.png delete_mesage.xpm => evolution-trash-mini.png, Copied evolution-trash.png icons from mc (needs tweaking to match other evolution icons though) svn path=/trunk/; revision=9154
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/component/component-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index d2252994a5..91f0a82559 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-04 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * component/component-factory.c: last time I've broken shortcut view.
+ renamed icons properly.
+
2001-04-01 Gediminas Paulauskas <menesis@delfi.lt>
* component/component-factory.c: Changed folder type icon to tiny
diff --git a/executive-summary/component/component-factory.c b/executive-summary/component/component-factory.c
index f683b9d52c..8036b7b346 100644
--- a/executive-summary/component/component-factory.c
+++ b/executive-summary/component/component-factory.c
@@ -44,7 +44,7 @@ static BonoboGenericFactory *factory = NULL;
static gint running_objects = 0;
static const EvolutionShellComponentFolderType folder_types[] = {
- { "executive-summary", "exec-16-summary.xpm" },
+ { "executive-summary", "evolution-today.png" },
{ NULL, NULL }
};