aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-10 03:21:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-10 03:21:21 +0800
commit547ba4f388e68c88bdfceafa7402b723e7ae4aa4 (patch)
tree740cf7cc27dc026efaa61fc771aa147ed7fe606a /mail
parent52bf62c8226956d81e0d58133de32139800acbb5 (diff)
downloadgsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar.gz
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar.bz2
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar.lz
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar.xz
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.tar.zst
gsoc2013-evolution-547ba4f388e68c88bdfceafa7402b723e7ae4aa4.zip
(owner_set_cb): Don't call
mail_config_register_factory() or evolution_mail_config_wizard_init(). svn path=/trunk/; revision=19370
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/component-factory.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6300241292..6e88f14cf7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-09 Ettore Perazzoli <ettore@ximian.com>
+
+ * component-factory.c (owner_set_cb): Don't call
+ mail_config_register_factory() or
+ evolution_mail_config_wizard_init().
+
2003-01-09 Not Zed <NotZed@Ximian.com>
* mail-config-druid.c: Added druidpagestart1 to the pages list.
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 652f62fcd2..5c82a14ffb 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -808,8 +808,6 @@ owner_set_cb (EvolutionShellComponent *shell_component,
rule_context_load (search_context, system, user);
}
- mail_config_register_factory (corba_shell);
-
if (mail_config_is_corrupt ()) {
GtkWidget *dialog;
@@ -1043,8 +1041,6 @@ create_component (void)
bonobo_object_add_interface (BONOBO_OBJECT (shell_component),
BONOBO_OBJECT (destination_interface));
- evolution_mail_config_wizard_init ();
-
icon = gdk_pixbuf_new_from_file (EVOLUTION_ICONSDIR "/new-message.xpm", NULL);
evolution_shell_component_add_user_creatable_item (shell_component, "message",
_("New Mail Message"), _("_Mail Message"),