aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/component-factory.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a9e1a91443..e290338c9b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-23 Ettore Perazzoli <ettore@ximian.com>
+
+ * component-factory.c (create_component): Pass a NULL icon to
+ `evolution_shell_component_add_user_creatable_item()'.
+
2002-01-23 Jeffrey Stedfast <fejj@ximian.com>
Implements bug #15692
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<sizeof(shell_component_handlers)/sizeof(shell_component_handlers[0]);i++) {
shell_component_handlers[i].hand = gtk_signal_connect(GTK_OBJECT(shell_component),