aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-01-24 06:23:51 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-01-24 06:23:51 +0800
commitc76fc181449d084f7abb0da208acda1eac9c0c6f (patch)
treefd0f4d41e1c62002e74236caed66054beb91ba00 /mail/component-factory.c
parent091021b9317ece4c2e5f2c2a2d840a6ef9ca0c3e (diff)
downloadgsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar.gz
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar.bz2
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar.lz
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar.xz
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.tar.zst
gsoc2013-evolution-c76fc181449d084f7abb0da208acda1eac9c0c6f.zip
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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 3 insertions, 1 deletions
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),