aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-20 11:11:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-20 11:11:27 +0800
commit213f236ff5c3d9574322611679e02797b988f75e (patch)
treefc51a0740ce18924f3cb7d78643cbd24cfc5c40c /my-evolution
parent4d477c44974bf1f69b17c8eec5f2e802876c56b1 (diff)
downloadgsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.gz
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.bz2
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.lz
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.xz
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.zst
gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.zip
Change the type from "Summary" to "summary" for consistency with the other
* component-factory.c: Change the type from "Summary" to "summary" for consistency with the other folder types. svn path=/trunk/; revision=12239
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/component-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 2d2f7c8c6f..d885d16340 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-19 Ettore Perazzoli <ettore@ximian.com>
+
+ * component-factory.c: Change the type from "Summary" to "summary"
+ for consistency with the other folder types.
+
2001-08-17 Zbigniew Chyla <cyba@gnome.pl>
* my-evolution/e-summary-rdf.c (make_connection):
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c
index 832042e7c6..9008fe8119 100644
--- a/my-evolution/component-factory.c
+++ b/my-evolution/component-factory.c
@@ -27,7 +27,7 @@
static gint running_objects = 0;
static const EvolutionShellComponentFolderType folder_types[] = {
- { "Summary", "evolution-today.png", FALSE, NULL, NULL },
+ { "summary", "evolution-today.png", FALSE, NULL, NULL },
{ NULL, NULL }
};