From c76fc181449d084f7abb0da208acda1eac9c0c6f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 23 Jan 2002 22:23:51 +0000 Subject: Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'. * component-factory.c (create_component): Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'. svn path=/trunk/; revision=15441 --- mail/component-factory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 3e1de3cd43..801e6f2971 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -948,7 +948,9 @@ create_component (void) evolution_mail_config_wizard_init (); - evolution_shell_component_add_user_creatable_item (shell_component, "message", _("New Mail Message"), _("New _Mail Message"), 'm'); + evolution_shell_component_add_user_creatable_item (shell_component, "message", + _("New Mail Message"), _("New _Mail Message"), 'm', + NULL); for (i=0;i