aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:17:41 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:17:41 +0800
commitd82d5a79971d0c9deeb7f34f5ce509e6ed56ea40 (patch)
tree5fa3eefff1390d8ef7f3d91d40b8310ef999ad57 /mail/component-factory.c
parent3797918d013db678b61d62956ed14ad50e7b70e1 (diff)
downloadgsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.gz
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.bz2
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.lz
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.xz
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.zst
gsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.zip
Add method `ShellComponent::handleExternalURI' and an
`external_uri_schemas' attribute. Update the EvolutionShellComponent GTK+ wrapper accordingly. Update all the components to pass a NULL `external_uri_schemas' list when initializing themselves as EvolutionShellComponents. svn path=/trunk/; revision=10548
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index a862288093..40f14f908a 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -578,6 +578,7 @@ component_fn (BonoboGenericFactory *factory, void *closure)
MailOfflineHandler *offline_handler;
shell_component = evolution_shell_component_new (folder_types,
+ NULL,
create_view,
create_folder,
remove_folder,