From 79a377ddf20574b03d02f93fc85f542455b12744 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 27 Jan 2002 17:21:36 +0000 Subject: Final cleanup for the CFLAGS and LIBS in the Makefiles. svn path=/trunk/; revision=15486 --- notes/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/component-factory.c b/notes/component-factory.c index 48b81f4071..54c1f91e94 100644 --- a/notes/component-factory.c +++ b/notes/component-factory.c @@ -13,7 +13,7 @@ #define COMPONENT_FACTORY_ID "OAFIID:GNOME_Evolution_Notes_shellComponentFactory" static const EvolutionShellComponentFolderType folder_types[] = { - { "notes", "evolution-notes.png" }, + { "notes", "evolution-notes.png", TRUE, NULL, NULL }, { NULL, NULL } }; -- cgit