aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2003-05-20 22:54:00 +0800
committerLarry Ewing <lewing@src.gnome.org>2003-05-20 22:54:00 +0800
commit42333eed038c2a464c243c0852501b4529f74ec4 (patch)
tree3b69e2f3b9c13b80fb4f341966b11d9858586506 /mail/component-factory.c
parentb8bb619fc3d505a18e6e635cc7bdba3d955d73ab (diff)
downloadgsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar.gz
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar.bz2
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar.lz
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar.xz
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.tar.zst
gsoc2013-evolution-42333eed038c2a464c243c0852501b4529f74ec4.zip
remove references to font prefs.
2003-05-20 Larry Ewing <lewing@ximian.com> * mail-config-factory.c: remove references to font prefs. * component-factory.c: Remove stale refernces the the font prefs. (make_factory): remove unused variables. * mail-config.c (mail_config_init): add a notify callback to the spelling color. (config_write_style): rename and write out the spell color as well. svn path=/trunk/; revision=21279
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 35ee185bb0..20f618e660 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1597,14 +1597,9 @@ factory (BonoboGenericFactory *factory,
return evolution_folder_info_new();
else if (strcmp(component_id, WIZARD_IID) == 0)
return evolution_mail_config_wizard_new();
-
-#warning "font prefs"
-#define MAIL_FONT_PREFS_CONTROL_ID "OAFIID:GNOME_Evolution_Mail_FontPrefs_ConfigControl"
-
else if (strcmp (component_id, MAIL_ACCOUNTS_CONTROL_ID) == 0
|| strcmp (component_id, MAIL_PREFERENCES_CONTROL_ID) == 0
- || strcmp (component_id, MAIL_COMPOSER_PREFS_CONTROL_ID) == 0
- /* || strcmp (component_id, MAIL_FONT_PREFS_CONTROL_ID) == 0 */)
+ || strcmp (component_id, MAIL_COMPOSER_PREFS_CONTROL_ID) == 0)
return mail_config_control_factory_cb (factory, component_id, evolution_shell_client_corba_objref (global_shell_client));
else if (strcmp(component_id, COMPOSER_IID) == 0)
return (BonoboObject *)evolution_composer_new(composer_send_cb, composer_save_draft_cb);
@@ -1616,7 +1611,6 @@ factory (BonoboGenericFactory *factory,
static Bonobo_Unknown
make_factory (PortableServer_POA poa, const char *iid, gpointer impl_ptr, CORBA_Environment *ev)
{
- struct sigaction sa, osa;
static int init = 0;
if (!init) {