diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-20 11:11:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-20 11:11:27 +0800 |
commit | 213f236ff5c3d9574322611679e02797b988f75e (patch) | |
tree | fc51a0740ce18924f3cb7d78643cbd24cfc5c40c /my-evolution/component-factory.c | |
parent | 4d477c44974bf1f69b17c8eec5f2e802876c56b1 (diff) | |
download | gsoc2013-evolution-213f236ff5c3d9574322611679e02797b988f75e.tar.gz 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/component-factory.c')
-rw-r--r-- | my-evolution/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }; |