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:
@ -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>
|
2002-01-23 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
Implements bug #15692
|
Implements bug #15692
|
||||||
|
@ -948,7 +948,9 @@ create_component (void)
|
|||||||
|
|
||||||
evolution_mail_config_wizard_init ();
|
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++) {
|
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),
|
shell_component_handlers[i].hand = gtk_signal_connect(GTK_OBJECT(shell_component),
|
||||||
|
Reference in New Issue
Block a user