diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }; |