From 213f236ff5c3d9574322611679e02797b988f75e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 20 Aug 2001 03:11:27 +0000 Subject: 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 --- my-evolution/ChangeLog | 5 +++++ my-evolution/component-factory.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'my-evolution') 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 + + * component-factory.c: Change the type from "Summary" to "summary" + for consistency with the other folder types. + 2001-08-17 Zbigniew Chyla * 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 } }; -- cgit