aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
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 /my-evolution
parent3797918d013db678b61d62956ed14ad50e7b70e1 (diff)
downloadgsoc2013-evolution-d82d5a79971d0c9deeb7f34f5ce509e6ed56ea40.tar.gz
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 'my-evolution')
-rw-r--r--my-evolution/ChangeLog6
-rw-r--r--my-evolution/component-factory.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index f5a14361cd..63f8467d96 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+
+ * component-factory.c (factory_fn): Pass NULL as the
+ @external_uri_schemas argument to
+ `evolution_shell_component_new()'.
+
2001-06-21 Rodrigo Moya <rodrigo@ximian.com>
* Makefile.am: added libwombat to LDADD
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c
index 4e3f5eeec5..72f8c4d3c2 100644
--- a/my-evolution/component-factory.c
+++ b/my-evolution/component-factory.c
@@ -100,6 +100,7 @@ factory_fn (BonoboGenericFactory *factory,
running_objects++;
shell_component = evolution_shell_component_new (folder_types,
+ NULL,
create_view,
NULL, NULL,
NULL, NULL,
d12a00bda87'>- bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Update to 5.1.6ahze2008-03-011-1/+1 * Fix INDEXahze2007-10-251-1/+1 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-3/+3 * Revert changes to plist, they are only applicable to gimp 2.4+ according toahze2007-09-052-2/+2 * Update plist with last gutenprint updateahze2007-09-042-2/+2 * Update to 5.1.3ahze2007-06-261-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Update ${.CURDIR}/pkg-plistahze2007-04-221-1/+1 * - Don't set an empty PLIST= and PLIST_FILES will workahze2007-04-051-1/+1 * - Switch from using PLIST_FILES to pkg-plist because of an unknown bug thatahze2007-04-052-2/+2