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
This commit is contained in:
Ettore Perazzoli
2002-01-23 22:23:51 +00:00
parent 091021b931
commit c76fc18144
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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),