aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-21 01:26:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-21 01:26:19 +0800
commit782d8a198c2d18a0395cee729245e2f724ae0a90 (patch)
treeed1dfe6908bb57d6ff442f38ef33a4b9c5819508 /mail
parent5dad2a9d035f4d6d31e5b4630946935ac3916d87 (diff)
downloadgsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.gz
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.bz2
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.lz
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.xz
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.zst
gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.zip
Update the components to match the changes in the libeshell API.
svn path=/trunk/; revision=4242
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/component-factory.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c6579a49fe..ab439f708c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-20 Ettore Perazzoli <ettore@helixcode.com>
+
+ * component-factory.c (factory_fn): Updated for the new
+ `evolution_shell_component_new()' arg.
+
2000-07-19 Jeffrey Stedfast <fejj@helixcode.com>
* message-thread.c (thread_messages): What if message info is NULL?
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 17d3db0a49..a00e687d43 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -173,6 +173,7 @@ factory_fn (BonoboGenericFactory *factory, void *closure)
create_view,
create_folder,
NULL,
+ NULL,
NULL);
gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set",